From a40c91b054ad77fc86cb75cee59e3d7c9c778492 Mon Sep 17 00:00:00 2001
From: Marcus Schiesser <mail@marcusschiesser.de>
Date: Tue, 12 Mar 2024 14:45:27 +0700
Subject: [PATCH] docs: fixed path

---
 .../templates/types/streaming/fastapi/README-template.md        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7f659b689..fdbb73a15 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:
 
-- 
GitLab