Reitek commited on
Commit
c584818
·
1 Parent(s): 6aa17a7

Update README.md (#14)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -87,7 +87,7 @@ By default, Proxy Lite will point to an endpoint set up on HuggingFace spaces.
87
  We recommend hosting your own endpoint with vLLM, you can use the following command:
88
 
89
  ```bash
90
- vllm serve --model convergence-ai/proxy-lite-3b \
91
  --trust-remote-code \
92
  --enable-auto-tool-choice \
93
  --tool-call-parser hermes \
@@ -271,4 +271,4 @@ Want to try out the full version of Proxy? Visit [proxy.convergence.ai](https://
271
  url={https://github.com/convergence-ai/proxy-lite},
272
  year={2025}
273
  }
274
- ```
 
87
  We recommend hosting your own endpoint with vLLM, you can use the following command:
88
 
89
  ```bash
90
+ vllm serve convergence-ai/proxy-lite-3b \
91
  --trust-remote-code \
92
  --enable-auto-tool-choice \
93
  --tool-call-parser hermes \
 
271
  url={https://github.com/convergence-ai/proxy-lite},
272
  year={2025}
273
  }
274
+ ```