From 20206bc88da18ef6f01f57e0e432756c393e502b 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/templates/types/streaming/fastapi/README-template.md b/templates/types/streaming/fastapi/README-template.md
index 7f659b68..fdbb73a1 100644
--- a/templates/types/streaming/fastapi/README-template.md
+++ b/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