Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ app = Flask(__name__, template_folder=os.getcwd())
|
|
11 |
|
12 |
# Default settings
|
13 |
class ChatConfig:
|
14 |
-
MODEL = "
|
15 |
DEFAULT_SYSTEM_MSG = "You are an AI assistant answering only based on the uploaded PDF."
|
16 |
DEFAULT_MAX_TOKENS = 512
|
17 |
DEFAULT_TEMP = 0.3
|
|
|
11 |
|
12 |
# Default settings
|
13 |
class ChatConfig:
|
14 |
+
MODEL = "google/gemma-3-27b-it" # Change back to Gemma
|
15 |
DEFAULT_SYSTEM_MSG = "You are an AI assistant answering only based on the uploaded PDF."
|
16 |
DEFAULT_MAX_TOKENS = 512
|
17 |
DEFAULT_TEMP = 0.3
|