Raiff1982 commited on
Commit
313ee57
·
verified ·
1 Parent(s): 68963ae

Update fullreasoning.py

Browse files
Files changed (1) hide show
  1. 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": ["gpt-4o-mini-2024-07-18"]
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"):