Spaces:
Runtime error
Runtime error
Update fullreasoning.py
Browse files- fullreasoning.py +1 -1
fullreasoning.py
CHANGED
@@ -44,7 +44,7 @@ class AIConfig:
|
|
44 |
"max_retries": 3,
|
45 |
"max_input_length": 4096,
|
46 |
"max_response_length": 1024,
|
47 |
-
"additional_models": ["
|
48 |
}
|
49 |
|
50 |
def __init__(self, config_path: str = "config.json"):
|
|
|
44 |
"max_retries": 3,
|
45 |
"max_input_length": 4096,
|
46 |
"max_response_length": 1024,
|
47 |
+
"additional_models": ["Raiff1982/Codette"]
|
48 |
}
|
49 |
|
50 |
def __init__(self, config_path: str = "config.json"):
|