Skip to content

Commit

Permalink
Merge pull request #98 from getmetal/task/sp/readme-fix
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
Czechh authored Nov 14, 2023
2 parents 66add75 + bf0bc2b commit 698d27a
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 @@ -96,7 +96,7 @@ Searches are segmented (filtered) by the session id provided automatically.
- `MOTORHEAD_LONG_TERM_MEMORY` (default:false) - Enables long term memory using Redisearch VSS.
- `MOTORHEAD_MODEL` (default:gpt-3.5-turbo) - Model used to run the incremental summarization. Use `gpt-3.5-turbo` or `gpt-4` - otherwise some weird things might happen.
- `PORT` (default:8000) - Motorhead Server Port
- `OPENAI_API_KEY`- [Your api key](https://platform.openai.com/account/api-keys) to connect to OpenAI. Required if not an Azure deploymnet or if `MOTORHEAD_LONG_TERM_MEMORY` is set to `true`.
- `OPENAI_API_KEY`- [Your api key](https://platform.openai.com/account/api-keys) to connect to OpenAI.
- `REDIS_URL` (required)- URL used to connect to `redis`.

### Azure deployment
Expand Down

0 comments on commit 698d27a

Please sign in to comment.