We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd6f20 commit 9ea20e7Copy full SHA for 9ea20e7
docs/hub/agents.md
@@ -44,7 +44,11 @@ export MODEL_ID="Qwen/Qwen2.5-72B-Instruct"
44
export PROVIDER="nebius"
45
pnpm agent
46
```
47
+or, you can use any Local LLM (for example via lmstudio):
48
49
+ENDPOINT_URL=http://localhost:1234/v1 \
50
+MODEL_ID=lmstudio-community/Qwen3-14B-GGUF \
51
+npx @huggingface/mcp-client
52
You can get more information about mcp-client [here](https://huggingface.co/docs/huggingface.js/en/mcp-client/README).
53
54
0 commit comments