fix: use correct env key in panic (#215)

This commit is contained in:
Alixander
2025-06-23 10:31:18 -06:00
committed by GitHub
parent 863c6f3dcb
commit 6e999927ec
+1 -1
View File
@@ -31,7 +31,7 @@ func init() {
panic("LOCALAGI_MODEL not set")
}
if apiURL == "" {
panic("LOCALAGI_API_URL not set")
panic("LOCALAGI_LLM_API_URL not set")
}
if timeout == "" {
timeout = "5m"