summaryrefslogtreecommitdiff
path: root/internal/llm/copilot.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/llm/copilot.go')
-rw-r--r--internal/llm/copilot.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/llm/copilot.go b/internal/llm/copilot.go
index 7b3574c..16eeda6 100644
--- a/internal/llm/copilot.go
+++ b/internal/llm/copilot.go
@@ -14,8 +14,8 @@ import (
"time"
"encoding/base64"
- appver "hexai/internal"
- "hexai/internal/logging"
+ appver "codeberg.org/snonux/hexai/internal"
+ "codeberg.org/snonux/hexai/internal/logging"
)
// copilotClient implements Client against GitHub Copilot's Chat Completions API.