Skip to content

Commit

Permalink
chore: update supported models in types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ymirke authored Apr 19, 2023
1 parent 71e9888 commit e2cec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export interface CompletionOptions {

export interface ChatCompletionOptions {
/**
* ID of the model to use. Currently, only gpt-3.5-turbo and gpt-3.5-turbo-0301 are supported.
* ID of the model to use. Currently gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301 are supported.
* https://platform.openai.com/docs/api-reference/chat/create#chat/create-model
*/
model: string;
Expand Down

0 comments on commit e2cec43

Please sign in to comment.