litellm/tests/test_litellm/llms/gigachat/embedding
mateo-berri b0ce17c755 fix(gigachat): generic env-credential passthrough fallback plus type hardening
- forward unrouted /gigachat/* requests with env credentials like other passthrough providers (the old fallback returned 400 on any request without a routed model, /gigachat/models included)
- fix basedpyright budget breaches across the gigachat provider, common_request_processing, and llm_passthrough_endpoints with real narrowing, no new suppressions
- add regression tests for the fallback target, auth header, and model-less endpoints
2026-08-29 22:08:54 -07:00
..
__init__.py fix(test): add tests for gigachat 2026-08-23 12:03:01 +00:00
test_gigachat_embedding_transformation.py fix(gigachat): generic env-credential passthrough fallback plus type hardening 2026-08-29 22:08:54 -07:00