mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/usestrix/strix.git
synced 2026-09-20 08:03:42 +08:00
* Add api_type field to LlmSettings Added 'api_type' field to LlmSettings for API path selection. * Refactor API type handling in models.py * Implement test for LlmSettings API type Add test for API type override settings in LlmSettings. * fix(tests): lint api_type test, cover the api_base override route, document STRIX_API_TYPE * fix(models): keep LiteLLM chat-completions tool schema when STRIX_API_TYPE=responses --------- Co-authored-by: RAJVARDHAN <95933896+vardhans07@users.noreply.github.com>