Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def create_workflow():
|
|
| 37 |
try:
|
| 38 |
response = client.chat.completions.create(
|
| 39 |
messages=[{"role": "user", "content": prompt}],
|
| 40 |
-
model="
|
| 41 |
#model="qwen-2.5-32b",
|
| 42 |
temperature=0.7,
|
| 43 |
max_tokens=200
|
|
|
|
| 37 |
try:
|
| 38 |
response = client.chat.completions.create(
|
| 39 |
messages=[{"role": "user", "content": prompt}],
|
| 40 |
+
model="llama3-70b-8192",
|
| 41 |
#model="qwen-2.5-32b",
|
| 42 |
temperature=0.7,
|
| 43 |
max_tokens=200
|