Skip to content

Commit 6a06f4b

Browse files
committed
docs: update mlc-llm api wording
1 parent 87bc89e commit 6a06f4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ WebLLM Chat supports custom language models through [MLC-LLM](https://llm.mlc.ai
4141

4242
2. Host REST API through MLC-LLM by following [the instructions](https://llm.mlc.ai/docs/deploy/rest.html).
4343

44-
3. Go to [WebLLM Chat](https://chat.webllm.ai/), select "Settings" in the side bar, then select "MLC-LLM REST API Endpoint (Advanced)" as "Model Type" and type the REST API endpoint URL from step 2.
44+
3. Go to [WebLLM Chat](https://chat.webllm.ai/), select "Settings" in the side bar, then select "MLC-LLM REST API (Advanced)" as "Model Type" and type the REST API endpoint URL from step 2.
4545

4646
## Development
4747

app/locales/en.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,15 @@ const en = {
219219
ModelClientType: {
220220
Title: "Model Type",
221221
WebLlm: "WebLLM Models",
222-
MlcLlm: "MLC-LLM REST API Endpoint (Advanced)",
222+
MlcLlm: "MLC-LLM REST API (Advanced)",
223223
},
224224

225225
MlcLlmApi: {
226226
Title: "API Endpoint",
227-
SubTitle: "MLC-LLM serve API endpoint",
227+
SubTitle: "Endpoint URL created by MLC-LLM serve command",
228228
Connect: {
229229
Title: "Connect",
230-
SubTitle: "Connect to the API endpoint",
230+
SubTitle: "Connect to the API",
231231
},
232232
},
233233

0 commit comments

Comments
 (0)