Refactored, added comprehensive testing.
All checks were successful
Release / release (push) Successful in 3m17s
All checks were successful
Release / release (push) Successful in 3m17s
This commit is contained in:
11
config/defaults.go
Normal file
11
config/defaults.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
var defaultConfig = ConfigData{
|
||||
StdinAsFile: false,
|
||||
Protocol: ProtocolOpenAI,
|
||||
URL: "https://api.ppq.ai/chat/completions",
|
||||
Model: "gpt-4o-mini",
|
||||
FallbackModels: []string{"gpt-4.1-mini"},
|
||||
Quiet: false,
|
||||
Verbose: false,
|
||||
}
|
||||
Reference in New Issue
Block a user