Skip to content

Commit 1b92af1

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

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
@@ -255,7 +255,7 @@ Create a JSON configuration file `api_endpoint.json` with the api endpoints of t
255255
}
256256
}
257257
```
258-
For anthropic model, set `api_type` to `"anthropic_message"` and replace `api_key` with your anthropic key. For gemini model, set `api_type` to `"gemini"` and replace `api_key` with your gemini key.
258+
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

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

0 commit comments

Comments
 (0)