Skip to content

Commit

Permalink
update instructions with max tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte committed Mar 11, 2024
1 parent 450933e commit 9639c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python/testing-sdk-with-prompt-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9639c59

Please sign in to comment.