summaryrefslogtreecommitdiff
path: root/internal/llm/openai.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/llm/openai.go')
-rw-r--r--internal/llm/openai.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/llm/openai.go b/internal/llm/openai.go
index 25696ce..0ec34ab 100644
--- a/internal/llm/openai.go
+++ b/internal/llm/openai.go
@@ -1,4 +1,5 @@
// OpenAI client implementation for chat completions with optional streaming and detailed logging.
+
package llm
import (