Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, How can I help you today?"
|
|
105 |
output = client.text_generation(
|
106 |
formated_text,
|
107 |
temperature=temp_values, # 0.5
|
108 |
-
max_new_tokens=
|
109 |
stream=True
|
110 |
)
|
111 |
|
|
|
105 |
output = client.text_generation(
|
106 |
formated_text,
|
107 |
temperature=temp_values, # 0.5
|
108 |
+
max_new_tokens=3000,
|
109 |
stream=True
|
110 |
)
|
111 |
|