Files
semeion/.env.example
2025-12-02 15:56:13 +01:00

9 lines
245 B
Plaintext

# 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