From 4fd086f3807f4b5b1fa414b2d1d6ec0f24c3f9b4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 18 Aug 2025 18:54:53 +0300 Subject: hexaicli: load config with logger to respect provider\n\nFix CLI requiring OPENAI_API_KEY when provider is ollama by actually loading user config.\n\nREADME: update Helix example to use hexai-lsp binary. --- internal/llm/copilot.go | 1 - internal/llm/openai.go | 1 - 2 files changed, 2 deletions(-) (limited to 'internal/llm') 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 ( -- cgit v1.2.3