Sauten commited on
Commit
8496082
·
verified ·
1 Parent(s): cbe288f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
17
  model = OpenAIServerModel(
18
  api_key="fw_3ZSrkw3Qv5eeA1yx65x1eD5H",
19
  api_base="https://api.fireworks.ai/inference/v1",
20
- model_id="accounts/fireworks/models/qwen2p5-72b-instruct",
21
- temperature = 0.1,
22
  max_tokens = 1000
23
  )
24
  #top_p = 1
 
17
  model = OpenAIServerModel(
18
  api_key="fw_3ZSrkw3Qv5eeA1yx65x1eD5H",
19
  api_base="https://api.fireworks.ai/inference/v1",
20
+ model_id="accounts/fireworks/models/qwen3-30b-a3b",
21
+ temperature = 0.05,
22
  max_tokens = 1000
23
  )
24
  #top_p = 1