python requirements and config.json for config
This commit is contained in:
parent
774b38bba4
commit
402460fb72
|
@ -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": ""
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
termcolor
|
||||||
|
pytest
|
||||||
|
chromadb
|
||||||
|
customtkinter
|
||||||
|
langchain_community
|
||||||
|
langchain
|
||||||
|
pathlib
|
Loading…
Reference in New Issue