Skip to content

Commit 9ea20e7

Browse files
Update docs/hub/agents.md
Co-authored-by: vb <[email protected]>
1 parent efd6f20 commit 9ea20e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/hub/agents.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ export MODEL_ID="Qwen/Qwen2.5-72B-Instruct"
4444
export PROVIDER="nebius"
4545
pnpm agent
4646
```
47+
or, you can use any Local LLM (for example via lmstudio):
4748

49+
ENDPOINT_URL=http://localhost:1234/v1 \
50+
MODEL_ID=lmstudio-community/Qwen3-14B-GGUF \
51+
npx @huggingface/mcp-client
4852
You can get more information about mcp-client [here](https://huggingface.co/docs/huggingface.js/en/mcp-client/README).
4953

5054

0 commit comments

Comments
 (0)