diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-19 22:52:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-19 22:52:48 +0300 |
| commit | eb72b06fe8e62cb77af73f6dc558d384a5a5fe80 (patch) | |
| tree | efeb1165b9fbcb69a4ee675dba7bdc8c28fee3aa /internal/llm | |
| parent | acc400768153a7bfda1413f15579c9455b877c87 (diff) | |
fix
Diffstat (limited to 'internal/llm')
| -rw-r--r-- | internal/llm/ollama.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/llm/ollama.go b/internal/llm/ollama.go index ce607a7..374a771 100644 --- a/internal/llm/ollama.go +++ b/internal/llm/ollama.go @@ -46,7 +46,7 @@ func newOllama(baseURL, model string, defaultTemp *float64) Client { baseURL = "http://localhost:11434" } if strings.TrimSpace(model) == "" { - model = "qwen3-coder:30b-a3b-q4_K_M`" + model = "qwen3-coder:30b-a3b-q4_K_M" } return ollamaClient{ httpClient: &http.Client{Timeout: 30 * time.Second}, |
