You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
567 B
22 lines
567 B
# Environment Variables Template
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Application Settings
|
|
DEBUG_MODE=true
|
|
HOST=0.0.0.0
|
|
PORT=8081
|
|
|
|
# Model Settings (choose one)
|
|
MODEL_ID=deepseek-ai/deepseek-v3.1
|
|
API_URL=https://gpt.nwhco.ir
|
|
MEGALLM_API_KEY=your_megallm_api_key_here
|
|
# OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
|
|
# Database Settings
|
|
DATABASE_URL=postgresql+psycopg://ai:ai@localhost:5432/ai
|
|
QDRANT_URL=http://localhost:6333
|
|
|
|
# Vector DB Settings
|
|
COLLECTION_NAME=dovoodi_collection
|
|
EMBEDDER_MODEL=all-MiniLM-L6-v2
|
|
EMBEDDER_DIMENSIONS=384
|