mirror of
https://github.com/akr2002/nv.git
synced 2025-02-05 10:30:02 +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 = {
|
plugins.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
model = "tinyllama";
|
model = "tinyllama";
|
||||||
url = "http://127.0.0.11435";
|
url = "http://127.0.0.1:11434";
|
||||||
};
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
|
Loading…
Reference in a new issue