From 78b5b62b569a29bcda1b5c9c7f5404dfc70184b7 Mon Sep 17 00:00:00 2001 From: Sam Sucik Date: Tue, 20 Feb 2024 09:53:05 +0100 Subject: [PATCH] Update README.md Co-authored-by: Daniel Skala --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffb0185..ce32201 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you use PyCharm, consider storing these in your texts. Defaults to `~/prompterator-data`. If you plan to work on prompts for different tasks or datasets, it's a good idea to use a separate directory for each one. -If you do not happen to have access to an OpenAI API key, feel free to use the `mock-gpt-3. 5-turbo` +If you do not happen to have access to an OpenAI API key, feel free to use the `mock-gpt-3.5-turbo` model, which is a mocked version of the OpenAI's GPT-3.5 model. This is also very helpful when developing Prompterator itself.