mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
model replace
This commit is contained in:
parent
86ea21699f
commit
5a8fbaa654
@ -101,9 +101,9 @@ export class ChatGPTApi implements LLMApi {
|
||||
// Define an array with the model names that should be replaced
|
||||
const modelsToReplace = [
|
||||
"gpt-4",
|
||||
"gpt-4-32k",
|
||||
"gpt-4-0314",
|
||||
"gpt-4-0613",
|
||||
"gpt-4-turbo-preview",
|
||||
"gpt-4-32k-0314",
|
||||
"gpt-4-32k-0613",
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user