OLLAMA models working

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-03-31 21:13:15 +02:00
parent d1fd6623e5
commit 69abd9e1d1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ async def main():
print("Agent: ", end="", flush=True)
# Run the agent with a simple test message in streaming mode
result = Runner.run_streamed(agent, "Explain what you can do in a few sentences. Don't use any tools.")
result = Runner.run_streamed(agent, "Hello! Can you introduce yourself and explain what you can do?")
# Process the streaming response
async for event in result.stream_events():