fix: 解决重复加入房间的问题
parent
e8c38c121c
commit
3f1d3b4134
|
|
@ -122,9 +122,10 @@ export class ConfigFactory {
|
||||||
EndPointId: ARK_V3_MODEL_ID[this.Model],
|
EndPointId: ARK_V3_MODEL_ID[this.Model],
|
||||||
BotId: LLM_BOT_ID[this.Model],
|
BotId: LLM_BOT_ID[this.Model],
|
||||||
MaxTokens: 1024,
|
MaxTokens: 1024,
|
||||||
Temperature: 0.1,
|
Temperature: 0.5,
|
||||||
TopP: 0.3,
|
TopP: 0.3,
|
||||||
SystemMessages: [this.Prompt as string],
|
SystemMessages: [this.Prompt as string,'遇到*星或者星星这样的文字则使用()包裹起来'],
|
||||||
|
UserMessages:[],
|
||||||
Prefill: true,
|
Prefill: true,
|
||||||
ModelName: this.Model,
|
ModelName: this.Model,
|
||||||
ModelVersion: '1.0',
|
ModelVersion: '1.0',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue