Skip to content

Commit 56d786f

Browse files
committed
Make systemprompt.txt copy with build
1 parent 687195c commit 56d786f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AiHelpBot/AiHelpBot.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Discord.Net" Version="3.16.0" />
18-
<PackageReference Include="OpenAI" Version="2.0.0-beta.12" />
17+
<ItemGroup>
18+
<None Update="SystemPrompt.txt">
19+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20+
</None>
1921
</ItemGroup>
2022

2123
</Project>

0 commit comments

Comments
 (0)