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> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<RootNamespace>Milimoe.RainBOT</RootNamespace> <RootNamespace>Milimoe.RainBOT</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>

View File

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

View File

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