Fix: Improve LLM connectivity, add logging, increase timeout, update docs

This commit is contained in:
2026-06-14 03:44:55 +00:00
parent dbddfcd61d
commit b0f19810d4
3 changed files with 121 additions and 51 deletions
+3
View File
@@ -12,6 +12,9 @@ OPENAPI_URL=http://localhost:8080/v1
OPENAPI_API_KEY=
MODEL_NAME=gpt-4o
# LLM Call Timeout in seconds (increase for large documents)
LLM_TIMEOUT=120
# Summarization Configuration
# Characters per chunk when splitting long text
CHUNK_SIZE=4000