fix llm_provider format (#385)

This commit is contained in:
Adil Hafeez 2025-01-24 20:35:56 -08:00 committed by GitHub
parent 7830f4b431
commit a7feb6bffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@ Adding custom LLM Provider
We support any OpenAI compliant LLM for example mistral, openai, ollama etc. We offer first class support for openai and ollama. You can easily configure an LLM that communicates over the OpenAI API interface, by following the below guide.
For example following code block shows you how to add an ollama-supported LLM in the `arch_config.yaml` file.
.. code-block:: yaml
- name: local-llama