@@ -25,7 +25,8 @@ type Config struct {
|
||||
|
||||
// ProviderConfig holds API key for a provider
|
||||
type ProviderConfig struct {
|
||||
APIKey string `toml:"api_key"`
|
||||
APIKey string `toml:"api_key"`
|
||||
BaseURL string `toml:"base_url"` // OpenAI-compatible base URL, without /v1
|
||||
}
|
||||
|
||||
// LLMConfig configures the LLM post-processing phase
|
||||
@@ -139,4 +140,5 @@ type LLMAdapterConfig struct {
|
||||
RemoveFillerWords bool
|
||||
CustomPrompt string
|
||||
Keywords []string
|
||||
BaseURL string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user