mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-23 17:26:47 +08:00
gpt-4-turbo-preview
This commit is contained in:
@@ -20,7 +20,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.4,
|
||||
"max_tokens":4000,
|
||||
"presence_penalty":0,
|
||||
@@ -60,7 +60,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.4,
|
||||
"max_tokens":4000,
|
||||
"presence_penalty":0,
|
||||
@@ -102,7 +102,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.4,
|
||||
"max_tokens":4000,
|
||||
"presence_penalty":0,
|
||||
@@ -132,7 +132,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.5,
|
||||
"top_p":1,
|
||||
"max_tokens":4000,
|
||||
@@ -162,7 +162,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.5,
|
||||
"top_p":1,
|
||||
"max_tokens":4000,
|
||||
@@ -192,7 +192,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.5,
|
||||
"top_p":1,
|
||||
"max_tokens":10000,
|
||||
@@ -227,7 +227,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
||||
],
|
||||
"syncGlobalConfig":false,
|
||||
"modelConfig":{
|
||||
"model":"gpt-4-1106-preview",
|
||||
"model":"gpt-4-turbo-preview",
|
||||
"temperature":0.5,
|
||||
"top_p":1,
|
||||
"max_tokens":4001,
|
||||
|
||||
Reference in New Issue
Block a user