14 lines
581 B
Markdown
14 lines
581 B
Markdown
|
|
# @llmx/llmx-responses-api-proxy
|
||
|
|
|
||
|
|
<p align="center"><code>npm i -g @llmx/llmx-responses-api-proxy</code> to install <code>llmx-responses-api-proxy</code></p>
|
||
|
|
|
||
|
|
This package distributes the prebuilt [LLMX Responses API proxy binary](https://github.com/valknar/llmx/tree/main/llmx-rs/responses-api-proxy) for macOS, Linux, and Windows.
|
||
|
|
|
||
|
|
To see available options, run:
|
||
|
|
|
||
|
|
```
|
||
|
|
node ./bin/llmx-responses-api-proxy.js --help
|
||
|
|
```
|
||
|
|
|
||
|
|
Refer to [`llmx-rs/responses-api-proxy/README.md`](https://github.com/valknar/llmx/blob/main/llmx-rs/responses-api-proxy/README.md) for detailed documentation.
|