Skip to content

Commit

Permalink
Libraries update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Sep 18, 2023
1 parent 5115163 commit c7fb7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SearchGpt.BusinessLayer/SearchGpt.BusinessLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Azure.Search.Documents" Version="11.4.0" />
<PackageReference Include="ChatGptNet" Version="2.4.5" />
<PackageReference Include="ChatGptNet" Version="2.4.7" />
<PackageReference Include="OperationResultTools" Version="1.0.12" />
<PackageReference Include="TinyHelpers" Version="2.0.35" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SearchGpt.BusinessLayer/Services/ChatService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ChatService : IChatService

private static readonly SearchOptions searchOptions;

private const string ContentFilteredMessage = "The response was filtered by the content filtering system. Please modify your prompt and retry. To learn more about content filtering policies please read the documentation: https://go.microsoft.com/fwlink/?linkid=2198766";
private const string ContentFilteredMessage = "***** (The response was filtered by the content filtering system. Please modify your prompt and retry. To learn more about content filtering policies please read the documentation: https://go.microsoft.com/fwlink/?linkid=2198766)";

static ChatService()
{
Expand Down

0 comments on commit c7fb7a4

Please sign in to comment.