From cb6736e39a83cfd4529258ea06661279d67f0d50 Mon Sep 17 00:00:00 2001 From: Ryan Frederich <94500732+ryansurf@users.noreply.github.com> Date: Thu, 30 May 2024 17:26:15 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa3ca6..be38e50 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Note that when starting with Docker, the `.env` file will be automatically creat | `SUBJECT` | The email's subject. Default = Surf Report | | `GPT_PROMPT` | Given the surf data (height, swell direction, etc.), you can tell the GPT what kind of report you would like. For example: `With this data, recommend what size board I should ride and nearby surf spots that may be better with the given conditions.` | | `API_KEY` | Your OpenAI API key. Optional, the default GPT does not need an API key (and has slighly worse performance). Create one [here](https://platform.openai.com/api-keys) | -| `GPT_MODEL` | The OpenAI GPT model. Default = `gpt-3.5-turbo` (if possible, using `gpt-4o` is recommended.) Explore other models [here](https://platform.openai.com/docs/overview| +| `GPT_MODEL` | The OpenAI GPT model. Default = `gpt-3.5-turbo` (if possible, using `gpt-4o` is recommended.) Explore other models [here](https://platform.openai.com/docs/overview)| ### Email Server