README.md
pyproject.toml
src/aip_provider/__init__.py
src/aip_provider/ai.py
src/aip_provider/base_provider.py
src/aip_provider/config.py
src/aip_provider/exceptions.py
src/aip_provider/factory.py
src/aip_provider/generation_options.py
src/aip_provider/generation_request.py
src/aip_provider/models.py
src/aip_provider/provider_type.py
src/aip_provider.egg-info/PKG-INFO
src/aip_provider.egg-info/SOURCES.txt
src/aip_provider.egg-info/dependency_links.txt
src/aip_provider.egg-info/requires.txt
src/aip_provider.egg-info/top_level.txt
src/aip_provider/providers/defaults_ollama.py
src/aip_provider/providers/dummy_provider.py
src/aip_provider/providers/gemini_provider.py
src/aip_provider/providers/ollama_provider.py
tests/test_ai.py
tests/test_exception.py
tests/test_generation_config.py
tests/test_models.py
tests/test_ollama_provider.py
tests/test_provider.py
tests/test_public_api.py