mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 03:21:59 +00:00
fixes
This commit is contained in:
parent
cad646478f
commit
bf8d76f19b
3 changed files with 7 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue