initial commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user