SUPABASE_URL=https://dkpixedlmpkjthvhlcwu.supabase.co SUPABASE_SERVICE_KEY= # Space A listens here for user messages. SUPABASE_SPACE_INBOX_TOPIC=space-a SUPABASE_REQUEST_EVENTS=* SUPABASE_SPACE_INBOX_PRIVATE=false SUPABASE_REALTIME_VSN=2.0.0 SUPABASE_BROADCAST_SELF=true # Space A replies to user-specific channels. SUPABASE_REPLY_CHANNEL_TEMPLATE=user-{user_id} SUPABASE_RESPONSE_EVENT=message SUPABASE_USER_CHANNEL_PRIVATE=false # Hugging Face bucket mounted into the Space by cmd/mount-model-bucket.ps1. MODEL_BUCKET_ID=admincybers2/protexa-model-space MODEL_BUCKET_MOUNT_PATH=/models PROTEXA_INSTRUCTION_REPO_ID=admincybers2/protexa_instruction PROTEXA_INSTRUCTION_MODEL_DIR=/models/protexa_instruction # Set false only for local debugging. Hugging Face should keep this true if # you want the Space to remain in the Starting state. SPACE_HANG_AFTER_WORKER_START=true