From 92cfe9812c6d309bf6d758e77a1fcf4d9b34834b Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 24 Jan 2025 17:06:59 -0800 Subject: [PATCH] fix precommit --- docs/source/concepts/llm_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/llm_provider.rst b/docs/source/concepts/llm_provider.rst index b32dbb6f..d1731e64 100644 --- a/docs/source/concepts/llm_provider.rst +++ b/docs/source/concepts/llm_provider.rst @@ -35,7 +35,7 @@ make outbound LLM calls. 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. +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