Skip to content

Commit d7e8251

Browse files
committed
add more models
1 parent 20b6e75 commit d7e8251

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constants.js

+3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,12 @@ export const MODELS = {
5151
"gpt-3.5-turbo-0301": { kind: "openai-chat" },
5252
"gpt-3.5-turbo-0613": { kind: "openai-chat" },
5353
"gpt-3.5-turbo-16k": { kind: "openai-chat" },
54+
"gpt-3.5-turbo-16k-0613": { kind: "openai-chat" },
5455
"gpt-4": { kind: "openai-chat" },
5556
"gpt-4-0314": { kind: "openai-chat" },
57+
"gpt-4-0613": { kind: "openai-chat" },
5658
"gpt-4-32k-0314": { kind: "openai-chat" },
59+
"gpt-4-32k-0613": { kind: "openai-chat" },
5760
bing: { kind: "bing-balanced" },
5861
"bing-creative": { kind: "bing-creative" },
5962
"bing-balanced": { kind: "bing-balanced" },

0 commit comments

Comments
 (0)