multithreading
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# LLM API Configuration (OpenAI-compatible endpoint)
|
||||
LLM_API_KEY=your_llm_api_key_here
|
||||
LLM_API_BASE=http://localhost:11434/v1
|
||||
|
||||
# Qdrant Vector Database Configuration
|
||||
QDRANT_HOST=localhost
|
||||
QDRANT_PORT=6333
|
||||
QDRANT_API_KEY=your_qdrant_api_key_here
|
||||
Reference in New Issue
Block a user