From a7feb6bffb3a5bf8fa363861038e64d8bef96b12 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 24 Jan 2025 20:35:56 -0800 Subject: [PATCH] fix llm_provider format (#385) --- docs/source/concepts/llm_provider.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/concepts/llm_provider.rst b/docs/source/concepts/llm_provider.rst index d1731e64..ba9566ba 100644 --- a/docs/source/concepts/llm_provider.rst +++ b/docs/source/concepts/llm_provider.rst @@ -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