diff --git a/packages/create-llama/templates/types/streaming/fastapi/README-template.md b/packages/create-llama/templates/types/streaming/fastapi/README-template.md index 7f659b6893582a697ec6c70ad19b14f1009969c4..fdbb73a15077865ab0f66ce3de66a070f4d957bd 100644 --- a/packages/create-llama/templates/types/streaming/fastapi/README-template.md +++ b/packages/create-llama/templates/types/streaming/fastapi/README-template.md @@ -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: