Files
EverOS/use-cases/openher/.env.example
2026-06-06 13:59:12 +08:00

29 lines
771 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenHer × EverOS Use Case
# Copy this file to .env and fill in your values
# ─── LLM Provider (pick one) ───
DEFAULT_PROVIDER=gemini
DEFAULT_MODEL=gemini-3.1-flash-lite-preview
# Gemini
GEMINI_API_KEY=your_gemini_api_key_here
# Claude (alternative)
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Qwen (alternative)
# DASHSCOPE_API_KEY=your_dashscope_api_key_here
# OpenAI (alternative)
# OPENAI_API_KEY=your_openai_api_key_here
# ─── EverOS Long-Term Memory ───
# Option A: EverMind Cloud
EVERMEMOS_BASE_URL=https://api.evermind.ai/v1
EVERMEMOS_API_KEY=your_evermemos_api_key_here
# Option B: Self-Hosted EverOS
# cd vendor/EverOS && docker compose up -d && uv run python src/run.py
# EVERMEMOS_BASE_URL=http://localhost:1995/api/v1