Fabelous-Ai-Chat/config/config.json

15 lines
364 B
JSON
Raw Normal View History

2024-05-20 13:58:52 +00:00
{
"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": {
"": ""
}
}
}