Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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
|