Commit d642f7d
fix: remove seed from DEFAULT_MODEL_CONFIG
Google's OpenAI-compatible API rejects requests that include the
`seed` parameter with 400 INVALID_ARGUMENT. The `seed` field is
not part of the OpenAI-compatible spec that Google implements.
Removing it from the defaults fixes compatibility with Google's
Generative Language API while not affecting providers that do
support it (users can still set it via model_config in YAML).1 parent 20282ff commit d642f7d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments