Wfafa commited on
Commit
64064b3
·
verified ·
1 Parent(s): a39fa98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def chat_with_model(message, history, context):
75
  "Content-Type": "application/json"
76
  },
77
  json={
78
- "model": "deepseek-ai/DeepSeek-V3.2-Exp:novita",
79
  "messages": conversation
80
  }
81
  )
 
75
  "Content-Type": "application/json"
76
  },
77
  json={
78
+ "model": "katanemo/Arch-Router-1.5B",
79
  "messages": conversation
80
  }
81
  )