Skip to content

Commit

Permalink
Plugin: AI Helper: Minor: Documentation: Add link to models list
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Mar 27, 2023
1 parent c3dbabe commit 69ad3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/ai_helper/src/openai/OpenAi.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class OpenAi
{
private $model = "text-davinci-003";
private $model = "text-davinci-003"; // See https://platform.openai.com/docs/models for possible models
private $headers;
private $contentTypes;
private $timeout = 0;
Expand Down

0 comments on commit 69ad3db

Please sign in to comment.