We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac29ecf commit ebfee92Copy full SHA for ebfee92
1 file changed
prometheus/chat_models/custom_chat_openai.py
@@ -11,7 +11,6 @@
11
class CustomChatOpenAI(ChatOpenAI):
12
def __init__(self, *args: Any, **kwargs: Any):
13
super().__init__(*args, **kwargs)
14
- self.max_retries = 3 # Set the maximum number of retries
15
self._logger = logging.getLogger(f"thread-{threading.get_ident()}.{__name__}")
16
17
def bind_tools(self, tools, tool_choice=None, **kwargs):
0 commit comments