LICENSE
MANIFEST.in
README.md
config.yml
pyproject.toml
requirements.txt
docs/CHANGELOG.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/gigachat_transformer_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/token_callback.py
src/litellm_gigachat/core/__init__.py
src/litellm_gigachat/core/gigachat_client.py
src/litellm_gigachat/core/token_manager.py
src/litellm_gigachat/proxy/__init__.py
src/litellm_gigachat/proxy/server.py
tests/__init__.py
tests/examples.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_proxy.py