Spaces:
Running
Running
Belmira SoftEdge
feat: Belmira V1 SoftEdge - remodelagem total Akira->Belmira (23 patriota Angola JID 40755431264474/WA 956464620) STM/listen fulano->ciclano claro + persistencia por usuario HF potentes free Qwen72B/Llama70B overwrite production
35358da | # .env.example — BELMIRA V1 SOFTEDGE — Copie para .env e preencha suas chaves | |
| # ============================================================================ | |
| # 🔥 CHAVES DE API — OBTENHA EM: | |
| # ============================================================================ | |
| # MISTRAL (https://console.mistral.ai/) | |
| # Limite: 60k tokens/mês grátis | |
| MISTRAL_API_KEY=sua_chave_aqui | |
| # GOOGLE GEMINI (https://aistudio.google.com/app/apikey) | |
| # Limite: 1.5M tokens/mês grátis | |
| GEMINI_API_KEY=sua_chave_aqui | |
| # GROQ (https://console.groq.com/keys) | |
| # Limite: ~10k tokens/dia grátis | |
| GROQ_API_KEY=sua_chave_aqui | |
| # COHERE (https://dashboard.cohere.com/api-keys) | |
| # Limite: 1k gerações/mês grátis | |
| COHERE_API_KEY=sua_chave_aqui | |
| # TOGETHER AI (https://api.together.xyz/settings/api-keys) | |
| # Limite: créditos iniciais grátis | |
| TOGETHER_API_KEY=sua_chave_aqui | |
| # OPENROUTER (https://openrouter.ai/keys) | |
| OPENROUTER_API_KEY=sua_chave_aqui | |
| # HUGGING FACE (https://huggingface.co/settings/tokens) | |
| # Limite: Ilimitado com rate limit | |
| HF_API_KEY=hf_sua_chave_aqui | |
| # CELLCOG (https://cellcog.ai/) | |
| # Limite: Dependente do plano (Livre até Pro) | |
| # Habilita: Imagem (padrão), Vídeo, Áudio, Pesquisa Profunda, Análise de Dados | |
| CELLCOG_API_KEY=sua_chave_cellcog_aqui | |
| CELLCOG_BASE_URL=https://api.cellcog.ai/v1 | |
| # SUPABASE (https://supabase.com/) | |
| # URL de conexão do banco de dados PostgreSQL | |
| # Exemplo: postgresql://postgres:senha@db.seuprojeto.supabase.co:5432/postgres | |
| SUPABASE_DB_URL= | |
| # ============================================================================ | |
| # 🔒 LOG MASKING & SECURITY — BELMIRA | |
| # ============================================================================ | |
| # Salt para mascaramento de logs (previne rainbow table attacks) | |
| # Gere com: python3 -c "import secrets; print(secrets.token_urlsafe(32))" | |
| LOG_MASKING_SALT=sua_salt_aqui | |
| # ============================================================================ | |
| # 🌐 CONFIGURAÇÕES DE SERVIDOR (OPCIONAL) — BELMIRA | |
| # ============================================================================ | |
| API_HOST=0.0.0.0 | |
| API_PORT=7860 | |
| # DB padrão Belmira (Docker: /belmira/data/belmira.db) | |
| DB_PATH=/belmira/data/belmira.db | |
| # ============================================================================ | |
| # 📝 NOTAS — BELMIRA V1 SOFTEDGE (irmã mais velha de Akira 18) | |
| # ============================================================================ | |
| # | |
| # 1. Copie este arquivo: cp .env.example .env | |
| # 2. Preencha PELO MENOS Mistral + Gemini (mínimo 2 APIs) | |
| # 3. Adicione .env ao .gitignore (NUNCA commite chaves!) | |
| # 4. Para Hugging Face Spaces: adicione chaves em Repository Secrets | |
| # 5. Belmira 23 — humana, neutra, profissional, patriótica Angola — SoftEdge para SoftEdge | |
| # | |