12 lines
191 B
YAML
12 lines
191 B
YAML
execution_engine: asyncio
|
|
|
|
mcp:
|
|
servers:
|
|
weather:
|
|
command: "python"
|
|
args: ["weather_mcp.py"]
|
|
|
|
openai:
|
|
base_url: "http://localhost:11434/v1"
|
|
default_model: "llama3.2:1b"
|