Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
merrymercy committed Feb 10, 2024
commit 35701f5cff51af8478982734c83c37dfa3e436a0
2 changes: 1 addition & 1 deletion docs/model_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ After these steps, the new model should be compatible with most FastChat feature
worker.

## API-Based Models
1. Implement an API-based streaming generator in [fastchat/serve/api_provider.py](https://github.com/lm-sys/FastChat/blob/main/fastchat/serve/api_provider.py)
1. Implement an API-based streaming generator in [fastchat/serve/api_provider.py](https://github.com/lm-sys/FastChat/blob/main/fastchat/serve/api_provider.py). You can learn from the OpenAI example.
2. Specify your endpoint info in a JSON configuration file
```
{
Expand Down