Skip to content

Commit

Permalink
fix: typo in Overview And Usage page
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsDemetrio authored and ThisIsDemetrio committed Jun 26, 2024
1 parent 4dd0753 commit 446dd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/10_Overview_And_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following environment variables are required for the service to work:
- **PORT**: the port used to expose the API (default: _3000_)
- **LOG_LEVEL**: the level of the logger (default: _INFO_)
- **CONFIGURATION_PATH**: the path that contains the [JSON configuration file](#configuration)
- **MONGODB_CLUSTER_URI**: the MongoDB connectio string
- **MONGODB_CLUSTER_URI**: the MongoDB connection string
- **LLM_API_KEY**: the API Key of the LLM (_NOTE_: currently, we support only the OpenAI models, thus the API Key is the same as the OpenAI API Key)
- **EMBEDDINGS_API_KEY**: the API Key of the embeddings model (_NOTE_: currently, we support only the OpenAI models, thus the API Key is the same as the OpenAI API Key)

Expand Down

0 comments on commit 446dd83

Please sign in to comment.