mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
remove print
This commit is contained in:
parent
4837a6fa0e
commit
327e4fcd97
1 changed files with 0 additions and 3 deletions
|
@ -490,9 +490,6 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
stop_reason = None
|
||||
|
||||
async with tracing.span("inference") as span:
|
||||
from rich.pretty import pprint
|
||||
|
||||
pprint(input_messages)
|
||||
async for chunk in await self.inference_api.chat_completion(
|
||||
self.agent_config.model,
|
||||
input_messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue