Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,7 @@ When citing search results, mention the source, and ensure your answer reflects
|
|
| 228 |
# Prepare API request
|
| 229 |
url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
| 230 |
payload = {
|
| 231 |
-
"model": "accounts/fireworks/models/
|
| 232 |
"max_tokens": 20480,
|
| 233 |
"top_p": 1,
|
| 234 |
"top_k": 40,
|
|
|
|
| 228 |
# Prepare API request
|
| 229 |
url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
| 230 |
payload = {
|
| 231 |
+
"model": "accounts/fireworks/models/llama4-maverick-instruct-basic",
|
| 232 |
"max_tokens": 20480,
|
| 233 |
"top_p": 1,
|
| 234 |
"top_k": 40,
|