LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
easy_llms.egg-info/PKG-INFO
easy_llms.egg-info/SOURCES.txt
easy_llms.egg-info/dependency_links.txt
easy_llms.egg-info/requires.txt
easy_llms.egg-info/top_level.txt
llms/__init__.py
llms/llms.py
llms/aws/__init__.py
llms/aws/aws.py
llms/aws/claude1instant.py
llms/aws/claude2.py
llms/aws/claude3haiku.py
llms/aws/claude3opus.py
llms/aws/claude3sonnet.py
llms/aws/coherecommand14.py
llms/aws/coherecommandlight14.py
llms/aws/coherecommandr.py
llms/aws/coherecommandrplus.py
llms/aws/j2mid.py
llms/aws/j2ultra.py
llms/aws/llama270b.py
llms/aws/llama370binstruct.py
llms/aws/llama38binstruct.py
llms/aws/mistral7binstruct.py
llms/aws/mistrallarge.py
llms/aws/mistralsmall.py
llms/aws/mixtral8x7binstruct.py
llms/aws/titanexpressv1.py
llms/aws/titanlitev1.py
llms/aws/titanpremierv1.py
llms/azure/__init__.py
llms/azure/azure.py
llms/azure/gpt35turbo.py
llms/azure/gpt35turbo16k.py
llms/azure/gpt4.py
llms/azure/gpt432k.py
llms/azure/gpt4o.py
llms/azure/gpt4turbo.py
llms/google/__init__.py
llms/google/bison.py
llms/google/bison32k.py
llms/google/geminiflash15.py
llms/google/geminipro1.py
llms/google/geminipro15.py
llms/google/google.py
llms/ollama/__init__.py
llms/ollama/ollama.py
llms/openai/__init__.py
llms/openai/gpt35turbo.py
llms/openai/gpt35turbo16k.py
llms/openai/gpt4.py
llms/openai/gpt432k.py
llms/openai/gpt4o.py
llms/openai/gpt4turbo.py
llms/openai/openai.py
tests/test_sample.py