From 814e1c436a837b090ae0c6d4c7480d26f2d85c5b Mon Sep 17 00:00:00 2001 From: Adam Nolte Date: Mon, 11 Mar 2024 16:24:41 -0500 Subject: [PATCH] update instructions with max tokens (#136) --- Python/testing-sdk-with-prompt-sdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/testing-sdk-with-prompt-sdk/README.md b/Python/testing-sdk-with-prompt-sdk/README.md index 799edcb0..77ec0406 100644 --- a/Python/testing-sdk-with-prompt-sdk/README.md +++ b/Python/testing-sdk-with-prompt-sdk/README.md @@ -47,7 +47,7 @@ Name the prompt `study-guide-outline`. > **_NOTE:_** This matches the name in [`./.autoblocks.yml`](./.autoblocks.yml). -Add parameters and select `gpt-3.5-turbo` as the model. +Add parameters and select `gpt-3.5-turbo` as the model and set max tokens to at least `1000`. Feel free to modify any of the other parameters as well.. > **_NOTE:_** You can experiment with different models and params. @@ -79,7 +79,7 @@ Name the prompt `flashcard-generator`. > **_NOTE:_** This matches the name in [`./.autoblocks.yml`](./.autoblocks.yml). -Add parameters and select `gpt-3.5-turbo` as the model. +Add parameters and select `gpt-3.5-turbo` as the model and set max tokens to at least `1000`. Feel free to modify any of the other parameters as well. > **_NOTE:_** You can experiment with different models and params.