Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 24, 2024
1 parent 883f9a4 commit 78218d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<details>
<summary>OpenAI</summary>
Expand Down

0 comments on commit 78218d7

Please sign in to comment.