feat(m2): LLM chat via Ollama — streaming responses with migration context #3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
mod commands;
|
mod commands;
|
||||||
mod config;
|
mod config;
|
||||||
mod distro;
|
mod distro;
|
||||||
|
mod llm;
|
||||||
mod notify;
|
mod notify;
|
||||||
mod patterns;
|
mod patterns;
|
||||||
mod tray;
|
mod tray;
|
||||||
|
|
@ -76,6 +77,7 @@ pub fn run() {
|
||||||
commands::get_pending_events,
|
commands::get_pending_events,
|
||||||
commands::panel_opened,
|
commands::panel_opened,
|
||||||
commands::panel_closed,
|
commands::panel_closed,
|
||||||
|
commands::chat,
|
||||||
])
|
])
|
||||||
.run(tauri::generate_context!())
|
.run(tauri::generate_context!())
|
||||||
.expect("error while running Robin");
|
.expect("error while running Robin");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue