mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-24 21:41:08 +02:00
Merge pull request #786 from rowboatlabs/feat/chat-auto-titles
Auto-name chats from the first user message
This commit is contained in:
commit
f0e8e51a0e
5 changed files with 158 additions and 2 deletions
|
|
@ -74,4 +74,5 @@ export const LlmModelConfig = z.object({
|
|||
meetingNotesModel: ModelOverride.optional(),
|
||||
liveNoteAgentModel: ModelOverride.optional(),
|
||||
autoPermissionDecisionModel: ModelOverride.optional(),
|
||||
chatTitleModel: ModelOverride.optional(),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue