Skip to content

Commit

Permalink
chore: removing supported model list since I will be out of date often
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Jul 1, 2024
1 parent 5eef7dd commit 5478d5f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,20 +406,7 @@ const chat = async (messages = []) => {
### Supported Models
The following models are supported. Plenty more available upon request (in fact, feel free to submit a PR and become a contributor!)
* gpt-4
* gpt-4-0613
* gpt-4-32k
* gpt-4-32k-0613
* gpt-3.5-turbo
* gpt-3.5-turbo-16k
* gpt-3.5-turbo-0613
* gpt-3.5-turbo-16k-0613
* text-embedding-ada-002
* text-davinci-003
* text-davinci-002
* code-davinci-002
I am attempting to keep the model list up-to-date as much as possible, but feel free to submit a PR if there is a model I missed or if OpenAI added more and I fall behind.
## License
Expand Down

0 comments on commit 5478d5f

Please sign in to comment.