Remove OpenClaw provider wiring
This commit is contained in:
@@ -17,7 +17,6 @@ type Config struct {
|
||||
LLMModel string
|
||||
LLMTimeout time.Duration
|
||||
WhisperXURL string
|
||||
OpenClawURL string
|
||||
}
|
||||
|
||||
func Load() Config {
|
||||
@@ -32,7 +31,6 @@ func Load() Config {
|
||||
LLMModel: envString("LLM_MODEL", "qwen2.5-14b"),
|
||||
LLMTimeout: envDuration("LLM_TIMEOUT", 5*time.Minute),
|
||||
WhisperXURL: envString("WHISPERX_URL", ""),
|
||||
OpenClawURL: envString("OPENCLAW_URL", ""),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user