|
|
|
@ -29,6 +29,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 32,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -52,6 +53,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -75,6 +77,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -98,6 +101,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -121,6 +125,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -144,6 +149,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: false,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -167,6 +173,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: false,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -190,6 +197,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: false,
|
|
|
|
|
historyMessageCount: 0,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -218,6 +226,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 0.5,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -241,6 +250,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -270,6 +280,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: false,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -299,6 +310,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: false,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -349,6 +361,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 1,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: false,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
@ -377,6 +390,7 @@ export const CN_MASKS: BuiltinMask[] = [
|
|
|
|
|
temperature: 0.5,
|
|
|
|
|
max_tokens: 2000,
|
|
|
|
|
presence_penalty: 0,
|
|
|
|
|
frequency_penalty: 0,
|
|
|
|
|
sendMemory: true,
|
|
|
|
|
historyMessageCount: 4,
|
|
|
|
|
compressMessageLengthThreshold: 1000,
|
|
|
|
|