Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Clarify supported models for chatCompletions
Browse files Browse the repository at this point in the history
Thank you to @jacksutherland for identifying this error.

Ref: #25 (reply in thread)
  • Loading branch information
om4james committed May 16, 2023
1 parent 2a343b6 commit 564ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This handler supports both the *GPT-3.5* and *GPT-4* models:

#### GPT-3.5

Supported [GPT-3.5 models](https://platform.openai.com/docs/models/gpt-3-5) include `gpt-3.5-turbo`, `text-davinci-003`, `text-davinci-002` and more.
Supported [GPT-3.5 models](https://platform.openai.com/docs/models/gpt-3-5) include `gpt-3.5-turbo` and more.

#### GPT-4

Expand Down

0 comments on commit 564ad57

Please sign in to comment.