Commit 942591c
committed
test(agent-sdk): use GAIA_TEST_MODEL env var; set Llama in CI
The Agent SDK integration test hardcoded DEFAULT_MODEL_NAME (now
Gemma-4-E4B-it-GGUF) but the GitHub-hosted Windows CI runner only
pulls Llama-3.2-3B-Instruct-Hybrid, causing HTTP 422 from the server.
- tests/test_agent_sdk.py: read model from GAIA_TEST_MODEL env var,
falling back to DEFAULT_MODEL_NAME so local runs still work
- test_agent_sdk.yml: set GAIA_TEST_MODEL=Llama-3.2-3B-Instruct-Hybrid
before running the test suite to match the pulled model1 parent 67e4b6a commit 942591c
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments