Tools is broken

This commit is contained in:
eweeman
2026-01-15 17:01:02 -08:00
parent 4a6e2b898f
commit fcc86b52c2
11 changed files with 596 additions and 109 deletions

2
.env
View File

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