discourse-ai/app
Sam a3c827efcc
FEATURE: allow personas to supply top_p and temperature params (#459)
* FEATURE: allow personas to supply top_p and temperature params

Code assistance generally are more focused at a lower temperature
This amends it so SQL Helper runs at 0.2 temperature vs the more
common default across LLMs of 1.0.

Reduced temperature leads to more focused, concise and predictable
answers for the SQL Helper

* fix tests

* This is not perfect, but far better than what we do today

Instead of fishing for

1. Draft sequence
2. Draft body

We skip (2), this means the composer "only" needs 1 http request to
open, we also want to eliminate (1) but it is a bit of a trickier
core change, may figure out how to pull it off (defer it to first draft save)

Value of bot drafts < value of opening bot conversations really fast
2024-02-03 07:09:34 +11:00
..
controllers/discourse_ai FEATURE: allow personas to supply top_p and temperature params (#459) 2024-02-03 07:09:34 +11:00
jobs DEV: Increase embeddings backfill job frequency (#453) 2024-01-31 15:09:39 -03:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models FEATURE: allow personas to supply top_p and temperature params (#459) 2024-02-03 07:09:34 +11:00
serializers FEATURE: allow personas to supply top_p and temperature params (#459) 2024-02-03 07:09:34 +11:00
views/list DEV: Fix SemanticRelated module load error (#419) 2024-01-11 13:52:50 +10:00