mirror of
https://github.com/xiaojialove-DRP/SemanticForge.git
synced 2026-04-28 02:39:27 +00:00
Transform natural language into verifiable AI values that honor human diversity. Key Features: - Five-layer skill framework (DEFINING, INSTANTIATING, FENCING, VALIDATING, CONTEXTUALIZING) - Multi-model support (Claude, OpenAI, Groq, Local models) - Bilingual documentation (English + Chinese) - Academic research foundation with 21 peer-reviewed references - Semantic capital design for cross-cultural value alignment This framework enables people to democratically define AI values through clear, verifiable, and culturally-sensitive skill definitions. License: MIT
14 lines
339 B
Text
14 lines
339 B
Text
# API Keys for SemanticForge
|
|
# Copy this file to .env and fill in your keys
|
|
|
|
# Claude (Anthropic) — Default model
|
|
ANTHROPIC_API_KEY=your-anthropic-api-key-here
|
|
|
|
# OpenAI
|
|
OPENAI_API_KEY=your-openai-api-key-here
|
|
|
|
# Groq
|
|
GROQ_API_KEY=your-groq-api-key-here
|
|
|
|
# Local model (Ollama) — Model name when using local models
|
|
LOCAL_MODEL=mistral
|