modelsPath is shorthand for the configured models directory.
()
| 53 | |
| 54 | // modelsPath is shorthand for the configured models directory. |
| 55 | func (s *ConfigService) modelsPath() string { |
| 56 | return s.AppConfig.SystemState.Model.ModelsPath |
| 57 | } |
| 58 | |
| 59 | // GetConfig reads the YAML for an installed model from disk and returns it |
| 60 | // alongside the parsed JSON view. |
no outgoing calls
no test coverage detected