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.
 
 
 

27 lines
683 B

# Development Environment Configuration
# Application Settings
DEBUG_MODE=true
HOST=0.0.0.0
PORT=8081
# Model Settings
MODEL_ID=deepseek-ai/deepseek-v3.1
API_URL=https://gpt.nwhco.ir
OPENROUTER_API_KEY=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
MEGALLM_API_KEY=sk-mega-7bc75715897fcb91a7965f0d32347d44bc4bbd7f75225d7ca4c775059576843e
# Database Settings
QDRANT_URL=http://127.0.0.1:6333
QDRANT_COLLECTION=islamic_knowledge
DB_USER=pg-user
DB_NAME=imam-javad
DB_PASSWORD=f1hd484fgsfddsdaf5@4d392js1jnx92
DB_PORT=5575
DB_HOST=88.99.212.243
# Vector DB Settings
COLLECTION_NAME=test_collection
EMBEDDER_MODEL=all-MiniLM-L6-v2
EMBEDDER_DIMENSIONS=384