summaryrefslogtreecommitdiff
path: root/internal/llm
diff options
context:
space:
mode:
Diffstat (limited to 'internal/llm')
-rw-r--r--internal/llm/copilot.go1
-rw-r--r--internal/llm/openai.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/internal/llm/copilot.go b/internal/llm/copilot.go
index 67cffc9..1c9f60d 100644
--- a/internal/llm/copilot.go
+++ b/internal/llm/copilot.go
@@ -1,5 +1,4 @@
// Summary: GitHub Copilot client implementation for chat completions using the Copilot API.
-// Not yet reviewed by a human
package llm
import (
diff --git a/internal/llm/openai.go b/internal/llm/openai.go
index 69c0cfc..3093891 100644
--- a/internal/llm/openai.go
+++ b/internal/llm/openai.go
@@ -1,5 +1,4 @@
// Summary: OpenAI client implementation for chat completions with optional streaming and detailed logging.
-// Not yet reviewed by a human
package llm
import (