Athspi commited on
Commit
01ff908
·
verified ·
1 Parent(s): 628ea63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ class CognitiveArchitecture:
43
  )
44
 
45
  self.models = {
46
- "DeepSeek": "deepseek/deepseek-r1:free", # Updated to DeepSeek
47
  "Qwen": "qwen/qwen-vl-plus:free",
48
  "Llama": "meta-llama/llama-3.3-70b-instruct:free",
49
  "Mistral": "mistral-large-latest",
 
43
  )
44
 
45
  self.models = {
46
+ "DeepSeek": "deepseek/deepseek-chat:free", # Updated to DeepSeek
47
  "Qwen": "qwen/qwen-vl-plus:free",
48
  "Llama": "meta-llama/llama-3.3-70b-instruct:free",
49
  "Mistral": "mistral-large-latest",