refactor(llm): integrate new configuration system for provider management and model selection

This commit is contained in:
perf3ct
2025-06-02 21:36:19 +00:00
parent 00ce765e96
commit 45175b6af3
6 changed files with 730 additions and 206 deletions

View File

@@ -510,8 +510,8 @@ class RestChatService {
}
if (!noteId) {
log.info(`Creating new chat note from context of note ${options.currentNoteId}`);
// Don't use the currentNoteId as the chat note ID - create a new one
log.info(`Creating new chat note from context of note ${options.currentNoteId}`);
// Don't use the currentNoteId as the chat note ID - create a new one
}
}