Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 21 |
-
temperature = 0.
|
| 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
|