Update README.md
Browse files
README.md
CHANGED
@@ -129,19 +129,9 @@ Example response:
|
|
129 |
|
130 |
This server exposes an **OpenAI-compatible Chat Completions API**.
|
131 |
|
132 |
-
You can connect it to any OpenAI-compatible client or UI (for example: [Open WebUI](https://github.com/open-webui/open-webui?utm_source=chatgpt.com)
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
- `http://<SERVER_IP_ADDRESS>:8080`
|
137 |
-
|
138 |
-
|
139 |
-
and use the endpoint:
|
140 |
-
|
141 |
-
- `/rkllm_chat`
|
142 |
-
|
143 |
-
|
144 |
-
Make sure the `model` field matches the converted model’s name, for example:
|
145 |
|
146 |
```json
|
147 |
{
|
|
|
129 |
|
130 |
This server exposes an **OpenAI-compatible Chat Completions API**.
|
131 |
|
132 |
+
You can connect it to any OpenAI-compatible client or UI (for example: [Open WebUI](https://github.com/open-webui/open-webui?utm_source=chatgpt.com))
|
133 |
+
- Configure your client with the API base: `http://<SERVER_IP_ADDRESS>:8080` and use the endpoint: `/rkllm_chat`
|
134 |
+
- Make sure the `model` field matches the converted model’s name, for example:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
```json
|
137 |
{
|