feat: set title auto generate model support

This commit is contained in:
Timothy J. Baek 2024-01-02 17:08:35 -08:00
parent df206a233d
commit a60fbac8a5
2 changed files with 61 additions and 13 deletions

View file

@ -597,7 +597,7 @@
const title = await generateTitle(
$settings?.API_BASE_URL ?? OLLAMA_API_BASE_URL,
localStorage.token,
selectedModels[0],
$settings?.titleAutoGenerateModel ?? selectedModels[0],
userPrompt
);