Skip to content

Commit

Permalink
Edit readme.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
suncloudsmoon committed Jun 19, 2024
1 parent 1896dc2 commit a6520fa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ask-LLM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="call sign.bat&#xD;&#xA;call readme.bat" Condition="'$(Configuration)' == 'Release'" />
<Exec Command="call sign.bat&#xD;&#xA;call user_instructions.bat" Condition="'$(Configuration)' == 'Release'" />

</Target>

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion MyFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static string PostNetRequest(string UserInput)
stream = false,
messages = new[]
{
new { role = "system", content = SYSTEM_PROMPT},
new { role = "system", content = SYSTEM_PROMPT },
new { role = "user", content = UserInput }
}
};
Expand Down
1 change: 0 additions & 1 deletion readme.bat

This file was deleted.

1 change: 1 addition & 0 deletions user_instructions.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
copy Instructions.txt "bin\x64\Release\net6.0-windows\publish\README.txt"

0 comments on commit a6520fa

Please sign in to comment.