12 lines
469 B
Plaintext
12 lines
469 B
Plaintext
# DreamWiki Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# OpenRouter API Key - Get yours at https://openrouter.ai/
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
|
|
# OpenRouter Model - Choose from available models at https://openrouter.ai/docs#models
|
|
# Examples:
|
|
# OPENROUTER_MODEL=mistralai/mistral-7b-instruct
|
|
# OPENROUTER_MODEL=anthropic/claude-3-haiku
|
|
# OPENROUTER_MODEL=openai/gpt-3.5-turbo
|
|
OPENROUTER_MODEL=mistralai/mistral-7b-instruct |