Skip to content

Commit

Permalink
Register SmaugChatAdapter. (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkapal3 authored Apr 18, 2024
1 parent 5095615 commit f22f219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastchat/model/model_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2487,6 +2487,7 @@ def get_default_conv_template(self, model_path: str) -> Conversation:
register_model_adapter(YandexGPTAdapter)
register_model_adapter(CllmAdapter)
register_model_adapter(RekaAdapter)
register_model_adapter(SmaugChatAdapter)

# After all adapters, try the default base adapter.
register_model_adapter(BaseModelAdapter)

0 comments on commit f22f219

Please sign in to comment.