LLM Model Config ================ Configuration examples ---------------------- OpenAI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ For OpenAI configuration, create .env files containing the API key .. literalinclude:: ../sample_templates/llm/openai.yaml :language: yaml An example of OpenAI gpt4o-mini is shown below: .. literalinclude:: ../sample_templates/llm/openai_gp4omini.yaml :language: yaml Ollama + Litellm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. literalinclude:: ../sample_templates/llm/litellm.yaml :language: yaml Huggingface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. literalinclude:: ../sample_templates/llm/huggingface.yaml :language: yaml Reference --------- .. automodule:: llmsearch.models.config :members: