LICENSE
MANIFEST.in
README.md
config.yml
pyproject.toml
requirements.txt
docs/CHANGELOG.md
docs/CLI_FEATURES.md
docs/CONTRIBUTING.md
docs/DESCRIPTION.md
docs/FAQ.md
docs/GIGACHAT_COMPATIBILITY.md
docs/KEYWORDS.md
docs/README.md
docs/TEST_REQUESTS.md
docs/_config.yml
docs/images/cline-settings-litellm.png
docs/images/cline-settings-openai.png
examples/__init__.py
examples/basic_usage.py
examples/examples.py
examples/gigachat_transformer_example.py
examples/internal_gigachat_example.py
src/litellm_gigachat/__init__.py
src/litellm_gigachat.egg-info/PKG-INFO
src/litellm_gigachat.egg-info/SOURCES.txt
src/litellm_gigachat.egg-info/dependency_links.txt
src/litellm_gigachat.egg-info/entry_points.txt
src/litellm_gigachat.egg-info/requires.txt
src/litellm_gigachat.egg-info/top_level.txt
src/litellm_gigachat/callbacks/__init__.py
src/litellm_gigachat/callbacks/content_handler.py
src/litellm_gigachat/callbacks/internal_header_callback.py
src/litellm_gigachat/callbacks/token_callback.py
src/litellm_gigachat/cli/__init__.py
src/litellm_gigachat/cli/main.py
src/litellm_gigachat/cli/utils.py
src/litellm_gigachat/cli/commands/__init__.py
src/litellm_gigachat/cli/commands/env_check.py
src/litellm_gigachat/cli/commands/examples.py
src/litellm_gigachat/cli/commands/help_examples.py
src/litellm_gigachat/cli/commands/refresh_token.py
src/litellm_gigachat/cli/commands/start.py
src/litellm_gigachat/cli/commands/test.py
src/litellm_gigachat/cli/commands/token_info.py
src/litellm_gigachat/cli/commands/version.py
src/litellm_gigachat/core/__init__.py
src/litellm_gigachat/core/gigachat_client.py
src/litellm_gigachat/core/internal_header_manager.py
src/litellm_gigachat/core/token_manager.py
src/litellm_gigachat/proxy/__init__.py
src/litellm_gigachat/proxy/server.py
tests/__init__.py
tests/gigachat.py
tests/test_basic_functionality.py
tests/test_cline_integration.py
tests/test_content_handler.py
tests/test_gigachat_transformer.py
tests/test_internal_gigachat.py
tests/test_proxy.py