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

Method get_default_conv_template

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

Source from the content-addressed store, hash-verified

121 )
122
123 def get_default_conv_template(self, model_path: str) -> Conversation:
124 return get_conv_template("one_shot")
125
126
127# A global registry for all model adapters

Callers

nothing calls this directly

Calls 1

get_conv_templateFunction · 0.90

Tested by

no test coverage detected