standard config file
This commit is contained in:
parent
623553e6e5
commit
e44b5d0889
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"mode": "terminal",
|
||||||
|
"ollamaConfig": {
|
||||||
|
"base_url": "http://localhost:11434",
|
||||||
|
"embeddings_url": "http://localhost:11434",
|
||||||
|
"base_model": "mistral",
|
||||||
|
"embeddings_model": "mxbai-embed-large",
|
||||||
|
"base_header": {
|
||||||
|
"": ""
|
||||||
|
},
|
||||||
|
"embeddings_header": {
|
||||||
|
"": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue