Skip to content

Commit e154dc7

Browse files
committed
update llm path
1 parent 12fe917 commit e154dc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/local-llm/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ pub fn init<R: tauri::Runtime>() -> tauri::plugin::TauriPlugin<R> {
9090
}
9191

9292
{
93-
let model_path = app.path().resolve("llm.gguf", BaseDirectory::Resource)?;
93+
let model_path = app
94+
.path()
95+
.resolve("hypr-llm.gguf", BaseDirectory::Resource)?;
9496

9597
let state = State {
9698
api_base: None,

0 commit comments

Comments
 (0)