adds gpt4-turbo model family and support for gpt-4-1106-preview model
This commit is contained in:
@@ -41,6 +41,7 @@ function getModelsResponse() {
|
||||
|
||||
// https://platform.openai.com/docs/models/overview
|
||||
const knownModels = [
|
||||
"gpt-4-1106-preview",
|
||||
"gpt-4",
|
||||
"gpt-4-0613",
|
||||
"gpt-4-0314", // EOL 2024-06-13
|
||||
|
||||
Reference in New Issue
Block a user