MCPcopy
hub / github.com/lm-sys/FastChat / get_default_conv_template

Method get_default_conv_template

fastchat/model/model_adapter.py:1778–1779  ·  view source on GitHub ↗
(self, model_path: str)

Source from the content-addressed store, hash-verified

1776 return model, tokenizer
1777
1778 def get_default_conv_template(self, model_path: str) -> Conversation:
1779 return get_conv_template("one_shot")
1780
1781
1782class AquilaChatAdapter(BaseModelAdapter):

Callers 2

Calls 1

get_conv_templateFunction · 0.90

Tested by

no test coverage detected