Align docs and Makefile with public release surface

This commit is contained in:
Thales Maciel 2026-03-08 17:36:11 -03:00
parent f3e7d4aa3e
commit 89f3d6f012
7 changed files with 14 additions and 8 deletions

View file

@ -14,7 +14,7 @@ from pyro_mcp.api import Pyro
__all__ = ["Pyro", "run_ollama_tool_demo"]
DEFAULT_OLLAMA_BASE_URL: Final[str] = "http://localhost:11434/v1"
DEFAULT_OLLAMA_MODEL: Final[str] = "llama:3.2-3b"
DEFAULT_OLLAMA_MODEL: Final[str] = "llama3.2:3b"
MAX_TOOL_ROUNDS: Final[int] = 12
CLONE_TARGET_DIR: Final[str] = "hello-world"
NETWORK_PROOF_COMMAND: Final[str] = (