fixed json layout

This commit is contained in:
Falko Victor Habel 2024-05-19 14:04:01 +02:00
parent 8d24965c67
commit 0d1153503f
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,11 @@
"embeddings_url": "http://localhost:11434",
"base_model": "mistral",
"embeddings_model": "mxbai-embed-large",
"base_header": "",
"embeddings_header": ""
"base_header": {
"": ""
},
"embeddings_header": {
"": ""
}
}
}