diff --git a/main.go b/main.go index 8965bc6..cc9992f 100644 --- a/main.go +++ b/main.go @@ -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"