Skip to content

Commit

Permalink
Links in readme (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
njbrake authored Jan 17, 2025
1 parent 710571a commit 1a1929e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services networked together to make up all the components of the Lumigator appli
> [!NOTE]
> If you'd like to evaluate against LLM APIs like OpenAI and Mistral, you'll need to have your
> environment variable [set locally](https://github.com/mozilla-ai/lumigator/blob/main/.env.example) for Lumigator pick it up at runtime, or, alternately, inject
> environment variable [set locally](https://github.com/mozilla-ai/lumigator/blob/main/.env.template) for Lumigator pick it up at runtime, or, alternately, inject
> into the running `backend` docker container.
To start Lumigator locally, follow these steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/get-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ uses SQLite for this purpose.

```{note}
If you want to evaluate against LLM APIs like OpenAI and Mistral, you need to set the appropriate
environment variables: `OPENAI_API_KEY` or `MISTRAL_API_KEY`. Refer to the `.env.example` file in
environment variables: `OPENAI_API_KEY` or `MISTRAL_API_KEY`. Refer to the `.env.template` file in
the repository for more details.
```

Expand Down

0 comments on commit 1a1929e

Please sign in to comment.