diff --git a/templates/types/simple/fastapi/README-template.md b/templates/types/simple/fastapi/README-template.md index 0e7fb53886cb223956fafa4f5290b42ae8fd3f36..f0bfa5e089a960e2327b6ccdd4548948952b36f3 100644 --- a/templates/types/simple/fastapi/README-template.md +++ b/templates/types/simple/fastapi/README-template.md @@ -12,6 +12,7 @@ poetry shell By default, we use the OpenAI LLM (though you can customize, see app/api/routers/chat.py). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory. Example `backend/.env` file: + ``` OPENAI_API_KEY=<openai_api_key> ``` diff --git a/templates/types/streaming/fastapi/README-template.md b/templates/types/streaming/fastapi/README-template.md index 0e7fb53886cb223956fafa4f5290b42ae8fd3f36..f0bfa5e089a960e2327b6ccdd4548948952b36f3 100644 --- a/templates/types/streaming/fastapi/README-template.md +++ b/templates/types/streaming/fastapi/README-template.md @@ -12,6 +12,7 @@ poetry shell By default, we use the OpenAI LLM (though you can customize, see app/api/routers/chat.py). As a result you need to specify an `OPENAI_API_KEY` in an .env file in this directory. Example `backend/.env` file: + ``` OPENAI_API_KEY=<openai_api_key> ```