Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Apr 4, 2024
1 parent 3b54939 commit 6841a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import io.github.sashirestela.cleverclient.http.HttpRequestData;
import io.github.sashirestela.cleverclient.support.ContentType;
import io.github.sashirestela.openai.support.Constant;
import java.util.regex.Pattern;
import lombok.Builder;
import lombok.NonNull;

import java.net.http.HttpClient;
import java.util.Map;
import java.util.function.UnaryOperator;
import java.util.regex.Pattern;

/**
* This class provides the chatCompletion() service for the Azure OpenAI provider. Note that each
Expand Down

0 comments on commit 6841a47

Please sign in to comment.