standard config file

This commit is contained in:
Falko Victor Habel 2024-05-20 15:58:52 +02:00
parent 623553e6e5
commit e44b5d0889
1 changed files with 15 additions and 0 deletions

15
config/config.json Normal file
View File

@ -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": {
"": ""
}
}
}