mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
Update en.ts
This commit is contained in:
parent
34e3469e8d
commit
dc824eb322
@ -1,4 +1,4 @@
|
||||
import { BuiltinMask } from "./typing";
|
||||
import { BuiltinMask } from "./typing";
|
||||
|
||||
export const EN_MASKS: BuiltinMask[] = [
|
||||
{
|
||||
@ -14,9 +14,9 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
},
|
||||
],
|
||||
modelConfig: {
|
||||
model: "gpt-4",
|
||||
model: "gemini-pro",
|
||||
temperature: 0.3,
|
||||
max_tokens: 2000,
|
||||
max_tokens: 512000,
|
||||
presence_penalty: 0,
|
||||
frequency_penalty: 0,
|
||||
sendMemory: true,
|
||||
@ -60,9 +60,9 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
},
|
||||
],
|
||||
modelConfig: {
|
||||
model: "gpt-4",
|
||||
model: "gemini-pro",
|
||||
temperature: 0.5,
|
||||
max_tokens: 2000,
|
||||
max_tokens: 512000,
|
||||
presence_penalty: 0,
|
||||
frequency_penalty: 0,
|
||||
sendMemory: true,
|
||||
@ -86,9 +86,9 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
},
|
||||
],
|
||||
modelConfig: {
|
||||
model: "gpt-3.5-turbo",
|
||||
model: "gemini-pro",
|
||||
temperature: 0.5,
|
||||
max_tokens: 2000,
|
||||
max_tokens: 512000,
|
||||
presence_penalty: 0,
|
||||
frequency_penalty: 0,
|
||||
sendMemory: true,
|
||||
@ -118,9 +118,9 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
},
|
||||
],
|
||||
modelConfig: {
|
||||
model: "gpt-4",
|
||||
model: "gemini-pro",
|
||||
temperature: 0.5,
|
||||
max_tokens: 2000,
|
||||
max_tokens: 512000,
|
||||
presence_penalty: 0,
|
||||
frequency_penalty: 0,
|
||||
sendMemory: true,
|
||||
|
Loading…
Reference in New Issue
Block a user