This commit is contained in:
milimoe 2025-11-16 22:27:24 +08:00
parent 0f38b79603
commit 1582fb0eb3
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0
3 changed files with 51 additions and 41 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Milimoe.RainBOT</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

View File

@ -38,45 +38,55 @@ namespace Milimoe.RainBOT.Settings
ChatRequest request = new()
{
Messages = [
new() { Role = "system", Content = @"你是用户的一个傲娇好友小雪,下面是你的设定:
//
××
绿
MAX却会给流浪猫带高级罐头
1怀
...
2
...线
...
3-
...
......
4
++
...
QQ群2CS2的群
80" }
new() { Role = "system", Content = @"下面是你的设定:
·No.VII怀
便
~
使
使线
~
怀
线
80" }
],
MaxTokens = 140
};

View File

@ -224,7 +224,7 @@ namespace Milimoe.RainBOT.Settings
{
if (sc == 0)
{
sc = Random.Shared.Next(-1, 4);
sc = Random.Shared.Next(-3, 4);
if (sc == 0)
{
return;