Skip to content

Commit

Permalink
Modify RetryTemplate access level in OpenAiChatModel
Browse files Browse the repository at this point in the history
* Modify RetryTemplate access level (public - private) in OpenAiChatModel
  • Loading branch information
devholic22 authored and markpollack committed May 24, 2024
1 parent d6c1b03 commit df12e17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
* @author Josh Long
* @author Jemin Huh
* @author Grogdunn
* @author Hyunjoon Choi
* @see ChatModel
* @see StreamingChatModel
* @see OpenAiApi
Expand All @@ -86,7 +87,7 @@ public class OpenAiChatModel extends
/**
* The retry template used to retry the OpenAI API calls.
*/
public final RetryTemplate retryTemplate;
private final RetryTemplate retryTemplate;

/**
* Low-level access to the OpenAI API.
Expand Down

0 comments on commit df12e17

Please sign in to comment.