Skip to content

Commit

Permalink
Merge pull request #141 from codesmith-emmy/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nfcampos authored Jan 27, 2024
2 parents 2c612ee + 39f4932 commit 005bb8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install -r requirements.txt

**Set up persistence layer**

The backed by default uses Redis for saving agent configurations and chat message history.
The backend by default uses Redis for saving agent configurations and chat message history.
In order to you use this, you need to a `REDIS_URL` variable.

```shell
Expand All @@ -62,6 +62,7 @@ Other language models can be used, and in order to use them you will need to set
See the section below on `LLMs` for how to configure Azure OpenAI, Anthropic, and Amazon Bedrock.

**Set up tools**

By default this uses a lot of tools.
Some of these require additional environment variables.
You do not need to use any of these tools, and the environment variables are not required to spin up the app
Expand Down

0 comments on commit 005bb8e

Please sign in to comment.