Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,10 +85,10 @@ def chatbot(user_input):
|
|
85 |
|
86 |
# Stream the chatbot's response
|
87 |
stream = client.chat.completions.create(
|
88 |
-
model="
|
89 |
messages=messages,
|
90 |
temperature=0.6,
|
91 |
-
max_tokens=
|
92 |
top_p=0.95,
|
93 |
stream=True
|
94 |
)
|
|
|
85 |
|
86 |
# Stream the chatbot's response
|
87 |
stream = client.chat.completions.create(
|
88 |
+
model="TinyLlama/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T",
|
89 |
messages=messages,
|
90 |
temperature=0.6,
|
91 |
+
max_tokens=2200,
|
92 |
top_p=0.95,
|
93 |
stream=True
|
94 |
)
|