From 78218d7c788a09a3be3c84bcc077df1bf803c7d6 Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Mon, 24 Jun 2024 20:47:38 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee68d49..9c5d203 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ docker run -it --net=host -v $(pwd)/config.yaml:/app/config.yaml -v ~/.aws:/root ### Getting an API Key -HolmesGPT requires an API Key to function. We use [LiteLLM](https://github.com/BerriAI/litellm/) to support many standard models. You can run HolmesGPT with a `--model` flag and give model names in the LiteLLM-format. Some common options are: +HolmesGPT requires an API Key to function. We use [LiteLLM](https://github.com/BerriAI/litellm/) to support many standard models. To customize the model, run HolmesGPT with a `--model` flag and give a name in the LiteLLM-format. Some common options are:
OpenAI