From ded00bbced19de625bc9a9385c97672faa056c16 Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:24:17 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9da49d..bf7a7e1 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,10 @@ provider_name = openai provider_model = gpt-4o provider_server_address = 127.0.0.1:5000 ``` -is_local: should be True for any locally running LLM, otherwise False. +`is_local`: should be True for any locally running LLM, otherwise False. -provider_name: Select the provider to use by its name, see the provider list above. +`provider_name`: Select the provider to use by its name, see the provider list above. -provider_model: Set the model to use by the agent. +`provider_model`: Set the model to use by the agent. -provider_server_address: can be set to anything if you are not using the server provider. +`provider_server_address`: can be set to anything if you are not using the server provider.