Spaces:
Sleeping
Sleeping
t tt typo
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, How can I help you today?"
|
|
138 |
formatted_request = format_promt(prompt, custom_instructions, temp_value)
|
139 |
|
140 |
output = client.chat.completions.create(
|
141 |
-
|
142 |
temperature=temp_values,#0.5
|
143 |
max_new_tokens=3000,
|
144 |
stream=True
|
|
|
138 |
formatted_request = format_promt(prompt, custom_instructions, temp_value)
|
139 |
|
140 |
output = client.chat.completions.create(
|
141 |
+
formatted_request,
|
142 |
temperature=temp_values,#0.5
|
143 |
max_new_tokens=3000,
|
144 |
stream=True
|