Skip to content

Commit

Permalink
docs: update mlc-llm api wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Jun 23, 2024
1 parent 87bc89e commit 6a06f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WebLLM Chat supports custom language models through [MLC-LLM](https://llm.mlc.ai

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

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.
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.

## Development

Expand Down
6 changes: 3 additions & 3 deletions app/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@ const en = {
ModelClientType: {
Title: "Model Type",
WebLlm: "WebLLM Models",
MlcLlm: "MLC-LLM REST API Endpoint (Advanced)",
MlcLlm: "MLC-LLM REST API (Advanced)",
},

MlcLlmApi: {
Title: "API Endpoint",
SubTitle: "MLC-LLM serve API endpoint",
SubTitle: "Endpoint URL created by MLC-LLM serve command",
Connect: {
Title: "Connect",
SubTitle: "Connect to the API endpoint",
SubTitle: "Connect to the API",
},
},

Expand Down

0 comments on commit 6a06f4b

Please sign in to comment.