Improve Ollama setup and model endpoint handling

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 10:00:15 +09:00
parent 051751adcd
commit fc7f107b22
22 changed files with 982 additions and 131 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ async function _cmdSessionNew(args, ctx) {
} catch (e) { /* ignore */ }
}
if (!endpointUrl || !model) {
slashReply('No model available — pick one from the sidebar or run <code>/setup</code> to configure an endpoint');
slashReply('No model available — open the model picker and use the <code>+</code> button to add a model endpoint.');
return true;
}