mirror of
https://github.com/akr2002/nv.git
synced 2024-12-26 16:12:54 +00:00
fix address
This commit is contained in:
parent
937e6141a0
commit
569b81c8c5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
plugins.ollama = {
|
||||
enable = true;
|
||||
model = "tinyllama";
|
||||
url = "http://127.0.0.11435";
|
||||
url = "http://127.0.0.1:11434";
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
|
|
Loading…
Reference in a new issue