feat: auto-detect ollama models

This commit is contained in:
Dave
2025-12-25 12:21:58 +00:00
parent e229f2efa8
commit 6572f45422
5 changed files with 78 additions and 7 deletions

View File

@@ -20,7 +20,8 @@ pub fn run() {
commands::fs::list_directory,
commands::search::search_files,
commands::shell::exec_shell,
commands::chat::chat
commands::chat::chat,
commands::chat::get_ollama_models
])
.run(tauri::generate_context!())
.expect("error while running tauri application");