mirror of https://github.com/aliasrobotics/cai.git
Remove unconditional debug print from Responses model
This commit is contained in:
parent
7ec0b4ccf2
commit
092bce679b
|
|
@ -54,7 +54,7 @@ class OpenAIResponsesModel(Model):
|
|||
model: str | ChatModel,
|
||||
openai_client: AsyncOpenAI,
|
||||
) -> None:
|
||||
print(f"\nDEBUG: OpenAIResponsesModel initialized with model: {model}\n")
|
||||
logger.debug(f"OpenAIResponsesModel initialized with model: {model}")
|
||||
self.model = model
|
||||
self._client = openai_client
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue