28 lines
955 B
Plaintext
28 lines
955 B
Plaintext
GOOGLE_SERVICE_ACCOUNT=your_service_account_json_here
|
|
GOOGLE_SHEET_ID=your_sheet_id_here
|
|
GOOGLE_SHEET_NAME=Waitlist
|
|
AI_GATEWAY_API_KEY=your_vercel_ai_gateway_key_here
|
|
GAME_MODEL=mistral/mistral-large-latest
|
|
|
|
# AI Gateway Configuration for Game Chat
|
|
# Vercel AI Gateway API key (get from Vercel dashboard)
|
|
AI_GATEWAY_API_KEY=your_vercel_ai_gateway_key_here
|
|
|
|
# Model selection (optional, defaults to mistral/mistral-large-latest)
|
|
# Format: provider/model-name
|
|
# Examples:
|
|
# mistral/mistral-large-latest
|
|
# anthropic/claude-3-5-sonnet-20241022
|
|
GAME_MODEL=mistral/mistral-large-latest
|
|
|
|
# GitHub Configuration for Idea Sharing
|
|
# GitHub Personal Access Token (fine-grained token with repo write access)
|
|
# Create at: https://github.com/settings/tokens
|
|
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# GitHub Repository Configuration (optional, defaults shown)
|
|
GITHUB_OWNER=understories
|
|
GITHUB_REPO=votc
|
|
GITHUB_BRANCH=main
|
|
GITHUB_PATH=build_game/ideas
|