diff --git a/src/config/config.ts b/src/config/config.ts index 47b813c..7567b36 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -122,9 +122,10 @@ export class ConfigFactory { EndPointId: ARK_V3_MODEL_ID[this.Model], BotId: LLM_BOT_ID[this.Model], MaxTokens: 1024, - Temperature: 0.1, + Temperature: 0.5, TopP: 0.3, - SystemMessages: [this.Prompt as string], + SystemMessages: [this.Prompt as string,'遇到*星或者星星这样的文字则使用()包裹起来'], + UserMessages:[], Prefill: true, ModelName: this.Model, ModelVersion: '1.0',