diff --git a/daemon/autotitle.go b/daemon/autotitle.go index 21a0403..063b2e3 100644 --- a/daemon/autotitle.go +++ b/daemon/autotitle.go @@ -110,7 +110,8 @@ func requestTitle(userText string) (string, error) { "messages": []map[string]string{ {"role": "user", "content": userText + autoTitlePromptTail}, }, - "max_tokens": 24, + "max_tokens": 512, + "thinking": map[string]any{"type": "disabled"}, }) if err != nil { return "", err