charSLee013
feat: complete Hugging Face Spaces deployment with production-ready CognitiveKernel-Launchpad
1ea26af
# CognitiveKernel-Launchpad Environment Variables
# Copy this file to .env and fill in your actual values
# API Configuration (Required)
OPENAI_API_KEY=your-api-key-here
OPENAI_API_BASE=https://api-inference.modelscope.cn/v1/chat/completions
OPENAI_API_MODEL=Qwen/Qwen3-235B-A22B-Instruct-2507
# Hugging Face OAuth (Automatically set by Spaces)
# OAUTH_CLIENT_ID=your-oauth-client-id
# OAUTH_CLIENT_SECRET=your-oauth-client-secret
# OAUTH_SCOPES=openid profile read-repos
# OPENID_PROVIDER_URL=https://huggingface.co
# Optional: Web Agent Configuration
WEB_AGENT_MODEL=moonshotai/Kimi-K2-Instruct
WEB_MULTIMODAL_MODEL=Qwen/Qwen2.5-VL-72B-Instruct
# Optional: Search Backend
SEARCH_BACKEND=duckduckgo
# Optional: Logging
LOG_LEVEL=INFO