Skip to content

Commit

Permalink
Add ReSharper directive to ChatGPTTranslatorServiceEconomical
Browse files Browse the repository at this point in the history
We added a ReSharper directive to ignore inconsistent naming for the ChatGPTTranslatorServiceEconomical class. The class name follows a specific convention that doesn't align with ReSharper's suggested style, but is
  • Loading branch information
rodion-m committed Aug 13, 2023
1 parent eda565d commit 1486d10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace OpenAI.ChatGpt.Modules.Translator;
/// <summary>
/// Provides a service for translating text using GPT models with economical batching.
/// </summary>
// ReSharper disable once InconsistentNaming
public class ChatGPTTranslatorServiceEconomical : IAsyncDisposable
{
private readonly IChatGPTTranslatorService _chatGptTranslatorService;
Expand Down

0 comments on commit 1486d10

Please sign in to comment.