Fabelous-Ai-Chat/config/config.json

15 lines
359 B
JSON

{
"mode": "gui",
"ollamaConfig": {
"base_url": "http://localhost:11434",
"embeddings_url": "http://localhost:11434",
"base_model": "mistral",
"embeddings_model": "mxbai-embed-large",
"base_header": {
"": ""
},
"embeddings_header": {
"": ""
}
}
}