Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def load_config():
|
|
| 24 |
except FileNotFoundError:
|
| 25 |
logger.warning("config.json not found, using default settings")
|
| 26 |
return {
|
| 27 |
-
"model": {"model_id": "
|
| 28 |
"generation": {
|
| 29 |
"max_new_tokens": 1024,
|
| 30 |
"temperature": 1,
|
|
|
|
| 24 |
except FileNotFoundError:
|
| 25 |
logger.warning("config.json not found, using default settings")
|
| 26 |
return {
|
| 27 |
+
"model": {"model_id": "unsloth/gpt-oss-20b-GGUF"},
|
| 28 |
"generation": {
|
| 29 |
"max_new_tokens": 1024,
|
| 30 |
"temperature": 1,
|