mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
consistent messaging
This commit is contained in:
parent
83f4d33434
commit
707a4b2f66
5 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue