From c77917fb8926e7a5a61898cd7fdae2d774b6730e Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:49:16 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 17dd5c7..7aeb736 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,11 @@ provider_model = gpt-4o provider_server_address = 127.0.0.1:5000 ``` 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_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.