docs(llm): add .env.example and gitignore .env files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
node_modules/
|
||||
dist/
|
||||
.vite/
|
||||
.env
|
||||
.env.local
|
||||
client/public/assets/chars/
|
||||
shared/tsconfig.tsbuildinfo
|
||||
.worktrees/
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# OpenRouter API key — get one at https://openrouter.ai/keys
|
||||
# LLM features are disabled when this is not set.
|
||||
OPENROUTER_API_KEY=
|
||||
|
||||
# Optional: override the default model
|
||||
# LLM_MODEL=arcee-ai/trinity-large-preview:free
|
||||
Reference in New Issue
Block a user