This commit is contained in:
eweeman
2026-01-14 16:57:36 -08:00
parent 2544e891f8
commit 4a6e2b898f
14 changed files with 343 additions and 136 deletions

2
.env
View File

@@ -20,7 +20,7 @@ EMBEDDING_MODEL=all-MiniLM-L6-v2
#########################
# Local LLM (Remote Machine)
#########################
LOCAL_LLM_ENDPOINT=https://api.chat.pathcore.org/v1/chat/completions
LOCAL_LLM_ENDPOINT=http://172.168.10.10:11434/v1/chat/completions
LOCAL_LLM_MODEL=mistral
LOCAL_LLM_TIMEOUT=60