Spaces:
Sleeping
Sleeping
Wording
Browse files
app.py
CHANGED
@@ -139,8 +139,8 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, How can I help you today?"
|
|
139 |
|
140 |
output = client.chat.completions.create(
|
141 |
formatted_request,
|
142 |
-
temperature=
|
143 |
-
max_new_tokens=
|
144 |
stream=True
|
145 |
)
|
146 |
# Create a placeholder for the streaming response
|
|
|
139 |
|
140 |
output = client.chat.completions.create(
|
141 |
formatted_request,
|
142 |
+
temperature=temp_value,#0.5
|
143 |
+
max_new_tokens=1000,
|
144 |
stream=True
|
145 |
)
|
146 |
# Create a placeholder for the streaming response
|