From 94b9625b82c4224575c69ebd829028610ec39f27 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 24 Jan 2025 17:03:53 -0800 Subject: [PATCH] Apply suggestions from code review --- 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 1b854cf5..b32dbb6f 100644 --- a/docs/source/concepts/llm_provider.rst +++ b/docs/source/concepts/llm_provider.rst @@ -52,7 +52,7 @@ For example following code block shows you how to add mistral llm provider in th - name: mistral-ai provider_interface: openai - model: llama3.2 + model: ministral-3b-latest endpoint: api.mistral.ai:443 protocol: https