openfree commited on
Commit
bd67b6d
·
verified ·
1 Parent(s): cfa9d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/deepseek-v3-0324",
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-scout-instruct-basic",
232
  "max_tokens": 20480,
233
  "top_p": 1,
234
  "top_k": 40,