Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ Use a neutral, helpful tone. Do not include irrelevant information or commentary
|
|
198 |
|
199 |
# Make API call with optimal parameters
|
200 |
completion = client.chat.completions.create(
|
201 |
-
model="llama-
|
202 |
messages=messages,
|
203 |
temperature=0.2,
|
204 |
max_completion_tokens=2048,
|
|
|
198 |
|
199 |
# Make API call with optimal parameters
|
200 |
completion = client.chat.completions.create(
|
201 |
+
model="meta-llama/llama-4-scout-17b-16e-instruct",
|
202 |
messages=messages,
|
203 |
temperature=0.2,
|
204 |
max_completion_tokens=2048,
|