summaryrefslogtreecommitdiff
path: root/internal/llm/copilot.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-31 23:09:47 +0300
committerPaul Buetow <paul@buetow.org>2025-08-31 23:09:47 +0300
commit64a846c2b2abc244106cbf24b0a309a1e57308fe (patch)
tree4f335090947a0b7fdfff18857ace74d00cebf62e /internal/llm/copilot.go
parent397e9009ed808b00fdb36014b52626881436a2ed (diff)
module: set module path to codeberg.org/snonux/hexai; update imports; docs: add go install instructionsv0.3.4
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.