litellm/tests/test_litellm/llms/gigachat/chat
mateo-berri 91595780ec fix(gigachat): fold cached tokens back into prompt and total token counts
GigaChat reports prompt_tokens and total_tokens after subtracting cached
tokens (the docs example is prompt_tokens=1, precached_prompt_tokens=37,
total_tokens=5, so the fields are disjoint, not a subset). Map to the
OpenAI convention by adding precached_prompt_tokens back onto prompt and
total while still surfacing it as prompt_tokens_details.cached_tokens.
2026-08-31 15:16:44 -07:00
..
test_gigachat_chat_streaming.py fix(gigachat): fold cached tokens back into prompt and total token counts 2026-08-31 15:16:44 -07:00
test_gigachat_chat_transformation.py fix(lint): Partly fix TQ lint issues 2026-08-23 14:35:12 +00:00