HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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