We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fe917 commit e154dc7Copy full SHA for e154dc7
plugins/local-llm/src/lib.rs
@@ -90,7 +90,9 @@ pub fn init<R: tauri::Runtime>() -> tauri::plugin::TauriPlugin<R> {
90
}
91
92
{
93
- let model_path = app.path().resolve("llm.gguf", BaseDirectory::Resource)?;
+ let model_path = app
94
+ .path()
95
+ .resolve("hypr-llm.gguf", BaseDirectory::Resource)?;
96
97
let state = State {
98
api_base: None,
0 commit comments