Nurisslam commited on
Commit
75968f7
·
verified ·
1 Parent(s): 13503fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def chat_with_bot(user_input):
11
  }
12
 
13
  payload = {
14
- "model": "google/gemini-2.0-flash-exp:free",
15
  "messages": [{"role": "user", "content": user_input}]
16
  }
17
 
 
11
  }
12
 
13
  payload = {
14
+ "model": "qwen/qwen3-14b:free",
15
  "messages": [{"role": "user", "content": user_input}]
16
  }
17