Views
No views yet
pip install dispatchai1from dispatchai import load_model
2model = load_model("SmolLM2-135M-Instruct-mobile", backend="gguf")
3print(model.chat("What is the capital of France?"))
4# → "The capital of France is Paris."{"mcpServers":{"dispatchai":{"url":"https://huggingface.co/spaces/dispatchAI/mcp-hub/mcp"}}}