Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, ask me a question"):
|
|
169 |
headers=headers)
|
170 |
|
171 |
output = client.text_generation(
|
172 |
-
formated_text
|
173 |
temperature=temp_values,#0.5
|
174 |
max_tokens=3000,
|
175 |
)
|
|
|
169 |
headers=headers)
|
170 |
|
171 |
output = client.text_generation(
|
172 |
+
formated_text,
|
173 |
temperature=temp_values,#0.5
|
174 |
max_tokens=3000,
|
175 |
)
|