LICENSE
README.md
pyproject.toml
modelito/__init__.py
modelito/claude.py
modelito/config.py
modelito/connector.py
modelito/embeddings.py
modelito/exceptions.py
modelito/gemini.py
modelito/grok.py
modelito/messages.py
modelito/ollama.py
modelito/ollama_service.py
modelito/openai.py
modelito/provider.py
modelito/streaming.py
modelito/timeout.py
modelito/tokenizer.py
modelito.egg-info/PKG-INFO
modelito.egg-info/SOURCES.txt
modelito.egg-info/dependency_links.txt
modelito.egg-info/requires.txt
modelito.egg-info/top_level.txt
tests/test_claude_sdk_stream.py
tests/test_config.py
tests/test_connector.py
tests/test_embeddings.py
tests/test_gemini_sdk_stream.py
tests/test_import_modelito.py
tests/test_ollama_cli_helpers.py
tests/test_ollama_integration.py
tests/test_ollama_running_verbose.py
tests/test_ollama_service.py
tests/test_ollama_service_more.py
tests/test_ollama_stream.py
tests/test_openai_async.py
tests/test_openai_claude.py
tests/test_openai_sdk_embeddings.py
tests/test_openai_sdk_stream.py
tests/test_provider_sdks.py
tests/test_providers.py
tests/test_streaming.py
tests/test_timeout.py
tests/test_tokenizer_wrapper.py