Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ def respond_with_enhanced_streaming(message, history):
|
|
| 137 |
# Use the Together provider with text_generation
|
| 138 |
response = client.text_generation(
|
| 139 |
formatted_prompt,
|
| 140 |
-
model="
|
| 141 |
max_new_tokens=1024,
|
| 142 |
temperature=0.7,
|
| 143 |
top_p=0.9,
|
|
|
|
| 137 |
# Use the Together provider with text_generation
|
| 138 |
response = client.text_generation(
|
| 139 |
formatted_prompt,
|
| 140 |
+
model="meta-llama/Meta-Llama-3.1-8B-Instruct",
|
| 141 |
max_new_tokens=1024,
|
| 142 |
temperature=0.7,
|
| 143 |
top_p=0.9,
|