1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

fixes for reasoning display & storing data

This commit is contained in:
Laura
2025-08-09 22:58:17 +02:00
parent b258085d5e
commit a95d22b500
6 changed files with 40 additions and 15 deletions

View File

@@ -61,6 +61,12 @@ func (r *Request) Parse() (*openrouter.ChatCompletionRequest, error) {
})
}
h := "high"
request.Reasoning = &openrouter.ChatCompletionReasoning{
Effort: &h,
}
return &request, nil
}