Skip to content

Commit 407e126

Browse files
Update README.md
Co-authored-by: Wei-Lin Chiang <[email protected]>
1 parent 1b92af1 commit 407e126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Create a JSON configuration file `api_endpoint.json` with the api endpoints of t
257257
```
258258
For Anthropic models, specify `"api_type": "anthropic_message"` with your Anthropic key. Similarly, for gemini model, specify `"api_type": "gemini"`. More details can be found in [api_provider.py](https://github.com/lm-sys/FastChat/blob/main/fastchat/serve/api_provider.py).
259259

260-
If you want to serve your own model using local gpus, following the instructions in [Serving with Web GUI](#serving-with-web-gui).
260+
To serve your own model using local gpus, follow the instructions in [Serving with Web GUI](#serving-with-web-gui).
261261

262262
To launch a gradio web server, run `gradio_web_server_multi.py`.
263263
```

0 commit comments

Comments
 (0)