Files
bezalel/home/.env
Ezra 16329e6f67 [RESURRECTION] Bezalel the Artisan — Gemma + Llama Backend
- Hermes profile with artisan personality
- Ollama bridge (llama-server ready when Gemma 4 available)
- ACTIVATE.sh startup script
- Test suite for personality verification

Architecture: Hermes → Ollama → Gemma
Future: Hermes → Llama → Gemma 4

Tag: #bezalel-resurrection #gemma4-ready
2026-04-02 20:15:06 +00:00

28 lines
689 B
Bash

# Bezalel Environment Configuration
# Created by Ezra for Bezalel revival — 2026-04-02
# === WIZARD IDENTITY ===
WIZARD_NAME=Bezalel
WIZARD_ROLE=Artisan
WIZARD_PROFILE=bezalel
# === GITEA CONFIGURATION ===
# Token will be generated and inserted below
GITEA_URL=http://143.198.27.163:3000
GITEA_USER=bezalel
# GITEA_TOKEN=<TO BE FILLED>
# === OPENAI (REQUIRED FOR ACTIVATION) ===
# Alexander: Add your OpenAI API key here to wake Bezalel
# Get key from: https://platform.openai.com/api-keys
# OPENAI_API_KEY=sk-proj-... or sk-...
OPENAI_API_KEY=<PASTE_YOUR_KEY_HERE>
# === PATHS ===
WIZARD_HOME=/root/wizards/bezalel
HOME=/root/wizards/bezalel/home
# === LOGGING ===
LOG_LEVEL=INFO