Skip to content

Commit

Permalink
Update doc with link to adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalvi committed Sep 25, 2023
1 parent d2d8a47 commit ab784bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llmebench/models/FastChat.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class FastChatModel(OpenAIModel):
Accepts all arguments used by `OpenAIModel`, and overrides the arguments listed
below with FastChat-specific variables.
See the [https://github.com/lm-sys/FastChat/blob/main/docs/model_support.md](model_support)
page in FastChat's documentation for supported models and instructions on extending
to custom models.
Arguments
---------
api_base : str
Expand Down

0 comments on commit ab784bb

Please sign in to comment.