(self, model_path: str)
| 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 |
nothing calls this directly
no test coverage detected