mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +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
|
// Define an array with the model names that should be replaced
|
||||||
const modelsToReplace = [
|
const modelsToReplace = [
|
||||||
"gpt-4",
|
"gpt-4",
|
||||||
|
"gpt-4-32k",
|
||||||
"gpt-4-0314",
|
"gpt-4-0314",
|
||||||
"gpt-4-0613",
|
"gpt-4-0613",
|
||||||
"gpt-4-turbo-preview",
|
|
||||||
"gpt-4-32k-0314",
|
"gpt-4-32k-0314",
|
||||||
"gpt-4-32k-0613",
|
"gpt-4-32k-0613",
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user