initial commit

This commit is contained in:
2025-09-27 17:50:22 -04:00
commit 11e232f45f
9 changed files with 778 additions and 0 deletions

12
.env.example Normal file
View 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