Skip to content

Commit

Permalink
Merge pull request #617 from 10up/feature/gpt-3-5-context
Browse files Browse the repository at this point in the history
Prepare for the new GPT 3.5 Turbo model
  • Loading branch information
dkotter authored Nov 27, 2023
2 parents e9198e5 + ad2c43a commit cde18f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Providers/OpenAI/ChatGPT.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ChatGPT extends Provider {
*
* @var int
*/
protected $max_tokens = 4096;
protected $max_tokens = 16385;

/**
* Prompt for generating excerpts
Expand Down

0 comments on commit cde18f2

Please sign in to comment.