diff --git a/config/opencode/config.json b/config/opencode/config.json index 00df4a4..a769feb 100644 --- a/config/opencode/config.json +++ b/config/opencode/config.json @@ -6,7 +6,7 @@ "npm": "@ai-sdk/openai-compatible", "name": "Halo (8000)", "options": { - "baseURL": "http://halo.hoyer.tail:8000/v1" + "baseURL": "http://halo:8000/v1" }, "models": { "halo-8000": { "name" : "halo-8000" } @@ -16,7 +16,7 @@ "npm": "@ai-sdk/openai-compatible", "name": "Halo (8001)", "options": { - "baseURL": "http://halo.hoyer.tail:8001/v1" + "baseURL": "http://halo:8001/v1" }, "models": { "halo-8001": { "name" : "halo-8001" }