consistent messaging

This commit is contained in:
Salman Paracha 2025-07-28 11:24:40 -07:00
parent 83f4d33434
commit 707a4b2f66
5 changed files with 7 additions and 5 deletions

View file

@ -41,6 +41,7 @@ You can easily configure an LLM that communicates over the OpenAI API interface,
For example following code block shows you how to add an ollama-supported LLM in the `arch_config.yaml` file.
.. code-block:: yaml
llm_providers:
- model: some_custom_llm_provider/llama3.2
provider_interface: openai
@ -49,6 +50,7 @@ For example following code block shows you how to add an ollama-supported LLM in
And in the following code block shows you how to add mistral llm provider in the `arch_config.yaml` file.
.. code-block:: yaml
llm_providers:
- name: mistral/ministral-3b-latest
access_key: $MISTRAL_API_KEY