improve logging and error reporting for troubleshooting

This commit is contained in:
Benson Wong
2024-12-20 10:46:56 -08:00
parent 29657106fc
commit 84b667ca7a
4 changed files with 58 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ func (m *ModelConfig) SanitizedCommand() ([]string, error) {
type Config struct {
HealthCheckTimeout int `yaml:"healthCheckTimeout"`
LogRequests bool `yaml:"logRequests"`
Models map[string]ModelConfig `yaml:"models"`
Profiles map[string][]string `yaml:"profiles"`