File: //opt/textanalyse/.env
#.env file
# -----------------------------------------------------------------------------
# Choose the AI model provider: 'google' or 'deepseek'
# -----------------------------------------------------------------------------
MODEL_PROVIDER="google" # Or "deepseek"
# -----------------------------------------------------------------------------
# API Keys - Add your keys here
# -----------------------------------------------------------------------------
# Get your Google API Key from: https://ai.google.dev/
GOOGLE_API_KEY="AIzaSyBTlSHslbrj9ftE7_sduNdafTeG46_K06Q"
GOOGLE_APPLICATION_CREDENTIALS=/opt/textanalyse/metal-vehicle-444713-q3-774bda6ca9e2.json
# Get your DeepSeek API Key from: https://platform.deepseek.com/
DEEPSEEK_API_KEY="sk-dc431c0c3e194fb288465841d4331848"
USER_AGENT="TextanalyseApp/1.0"
# -----------------------------------------------------------------------------
# Model IDs (Optional - uses defaults if not set)
# Find Google model IDs: https://ai.google.dev/gemini-api/docs/models/gemini
# Find DeepSeek model IDs: https://platform.deepseek.com/docs
# -----------------------------------------------------------------------------
# Example Google Model IDs: "gemini-1.5-flash-latest", "gemini-1.5-pro-latest"
GOOGLE_MODEL_ID="gemini-1.5-flash-latest"
# Example DeepSeek Model IDs: "deepseek-chat"
DEEPSEEK_MODEL_ID="deepseek-reasoner"
# -----------------------------------------------------------------------------
# Other Configurations (Optional)
# -----------------------------------------------------------------------------
# API_BASE_URL="http://127.0.0.1:8000" # Uncomment if using a separate API backend
LOG_LEVEL="INFO"
# DICTIONARY_FILE_PATH="knowledge/official_word_list.txt" # Set path if different