mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:39:00 +01:00
fix(llm): well this has been using the wrong value the whole time
This commit is contained in:
parent
313c624871
commit
0ce5307c0b
@ -188,7 +188,7 @@ async function getSession(req: Request, res: Response) {
|
|||||||
*/
|
*/
|
||||||
async function updateSession(req: Request, res: Response) {
|
async function updateSession(req: Request, res: Response) {
|
||||||
// Get the chat using chatStorageService directly
|
// Get the chat using chatStorageService directly
|
||||||
const chatNoteId = req.params.chatNoteId;
|
const chatNoteId = req.params.sessionId;
|
||||||
const updates = req.body;
|
const updates = req.body;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user