Skip to content

Commit 15a624d

Browse files
committed
fix readme
1 parent 9c0e3db commit 15a624d

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
@@ -253,7 +253,7 @@ Create a file `api_endpoint.json` with the api endpoints of the models you want
253253
}
254254
}
255255
```
256-
Then make sure to export `OPENAI_API_KEY` with your openai key. For anthropic model, set `api_type` to `"anthropic_message"` and export `ANTHROPIC_API_KEY` with your anthropic key. For gemini model, set `api_type` to `"gemini"` and export `GEMINI_API_KEY` with your gemini key. For additional information, you can refer to `fastchat/serve/api_provider.py` for implementation details of other model types.
256+
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. For additional information, you can refer to `fastchat/serve/api_provider.py` for implementation details of other model types.
257257

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

0 commit comments

Comments
 (0)