python requirements and config.json for config

This commit is contained in:
Falko Victor Habel 2024-05-18 21:05:53 +02:00
parent 774b38bba4
commit 402460fb72
2 changed files with 18 additions and 0 deletions

11
config/config.json Normal file
View File

@ -0,0 +1,11 @@
{
"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": ""
}
}

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
termcolor
pytest
chromadb
customtkinter
langchain_community
langchain
pathlib