Skip to content

Commit

Permalink
docs: fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Mar 12, 2024
1 parent 7d266ad commit 20206bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/types/streaming/fastapi/README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ poetry install
poetry shell
```

By default, we use the OpenAI LLM (though you can customize, see `app/context.py`). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory.
By default, we use the OpenAI LLM (though you can customize, see `app/settings.py`). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory.

Example `.env` file:

Expand Down

0 comments on commit 20206bc

Please sign in to comment.