yoni
7513cea23a
Add OpenCode (Zen/Go) subscription support: strix auth login opencode + opencode/<model> routing
2026-08-24 18:26:50 +00:00
Alex Schapiro
d6f2218756
Drop strict tool schemas on Claude routes
2026-08-20 23:12:23 +03:00
cd8270c98b
Sign in with a ChatGPT subscription for inference ( #854 )
...
Co-authored-by: Jonathan Singer <jonathansinger@Jonathans-MacBook-Pro.local >
Co-authored-by: Jonathan Singer <jonathansinger@Mac-3004.lan >
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2026-07-24 15:41:19 -07:00
Ahmed Allam
88ad3e4472
fix(llm): use a JSON-serializable per-turn model timeout
...
An httpx.Timeout in ModelSettings.extra_args crashes
ModelSettings.to_json_dict() (PydanticSerializationError) on the Chat
Completions and LiteLLM model paths, which serialize settings for their
tracing generation span — failing every model turn on those paths. Pass
the timeout as a plain float, which httpx-based clients apply as the
read (inactivity) timeout.
2026-07-17 19:45:32 -07:00
Ahmed Allam
cf7689e927
fix(llm): use httpx.Timeout read-inactivity for per-turn model timeout
2026-07-17 18:40:23 -07:00
Ahmed Allam
3bb95ab43d
fix(llm): add per-turn model request timeout so stalled streams fail fast and retry
2026-07-17 18:40:23 -07:00
devin-ai-integration[bot] and Ahmed Allam
b959d528a2
Warn when configured LLM is not frontier-recommended ( #586 )
...
Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com >
2026-07-13 17:41:44 -07:00