adds new OpenAI June 2023 models

This commit is contained in:
nai-degen 2023-06-13 16:24:34 -05:00
parent 96cf4a0e2d
commit 3a2a6e96fd
1 changed files with 5 additions and 0 deletions

View File

@ -30,11 +30,16 @@ function getModelsResponse() {
const gptVariants = [
"gpt-4",
"gpt-4-0613",
"gpt-4-0314",
"gpt-4-32k",
"gpt-4-32k-0613",
"gpt-4-32k-0314",
"gpt-3.5-turbo",
"gpt-3.5-turbo-0301",
"gpt-3.5-turbo-0613",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-16k-0613",
];
const gpt4Available = keyPool.list().filter((key) => {