Spaces:
Sleeping
Sleeping
Rool them all
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, How can I help you today?"
|
|
125 |
try:
|
126 |
|
127 |
output = client.text_generation(
|
128 |
-
|
129 |
temperature=temp_value,#0.5
|
130 |
max_new_tokens=3000,
|
131 |
stream=True
|
|
|
125 |
try:
|
126 |
|
127 |
output = client.text_generation(
|
128 |
+
prompt,
|
129 |
temperature=temp_value,#0.5
|
130 |
max_new_tokens=3000,
|
131 |
stream=True
|