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
fix
  • Loading branch information
merrymercy committed Feb 10, 2024
commit 2cff9407fe93c027e64ec4b7230c98e8c3ee1eb8
2 changes: 1 addition & 1 deletion docs/model_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ After these steps, the new model should be compatible with most FastChat feature
3. Launch the gradio web server with argument `--register [JSON-file]`.

```
python3 -m fastchat.serve.gradio_web_server --register [JSON-file] --controller "" --share
python3 -m fastchat.serve.gradio_web_server --controller "" --share --register [JSON-file]
```

You should be able to chat with your API-based model!
Expand Down