diff --git a/Python/testing-sdk-with-prompt-sdk/README.md b/Python/testing-sdk-with-prompt-sdk/README.md index 799edcb0..a6b6923b 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.