hussein2000 commited on
Commit
3136bdd
·
verified ·
1 Parent(s): f1d5484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def chat():
24
 
25
  # Create the chat completion request with the current message
26
  response = client.chat.completions.create(
27
- model="mistralai/Mistral-Nemo-Instruct-2407",
28
  messages=messages,
29
  max_tokens=1024,
30
  stream=False # Set stream to False to get the full response at once
 
24
 
25
  # Create the chat completion request with the current message
26
  response = client.chat.completions.create(
27
+ model="Qwen/Qwen2.5-72B-Instruct",
28
  messages=messages,
29
  max_tokens=1024,
30
  stream=False # Set stream to False to get the full response at once