This commit is contained in:
Ashwin Bharambe 2025-05-27 12:58:44 -07:00
parent cad646478f
commit bf8d76f19b
3 changed files with 7 additions and 8 deletions

View file

@ -359,8 +359,6 @@ class OpenAIResponsesImpl:
temperature=temperature,
)
print(f"chat_tools: {chat_tools}")
print(f"messages: {messages}")
inference_result = await self.inference_api.openai_chat_completion(
model=model,
messages=messages,