()
| 1446 | } |
| 1447 | |
| 1448 | func (c *ModelConfig) GetModelConfigFile() string { |
| 1449 | return c.modelConfigFile |
| 1450 | } |
| 1451 | |
| 1452 | // GetModelTemplate returns the model's chat template if available |
| 1453 | func (c *ModelConfig) GetModelTemplate() string { |
no outgoing calls
no test coverage detected