Sauten commited on
Commit
c2479fc
·
verified ·
1 Parent(s): 37026eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
24
  model = OpenAIServerModel(
25
  api_key="fw_3ZSrkw3Qv5eeA1yx65x1eD5H",
26
  api_base="https://api.fireworks.ai/inference/v1",
27
- model_id="accounts/fireworks/models/llama4-maverick-instruct-basic",
28
  temperature = 0.5,
29
  max_tokens = 1000
30
  )
 
24
  model = OpenAIServerModel(
25
  api_key="fw_3ZSrkw3Qv5eeA1yx65x1eD5H",
26
  api_base="https://api.fireworks.ai/inference/v1",
27
+ model_id="accounts/fireworks/models/qwen3-235b-a22b",
28
  temperature = 0.5,
29
  max_tokens = 1000
30
  )