Initial commit

This commit is contained in:
monoadmin
2026-04-10 15:36:36 -07:00
commit 0b19771f1a
2 changed files with 31 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Local LLM configuration
# Copy to .env and fill in your values
# Model to run
MODEL_NAME=llama3
# Port to expose
PORT=11434

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Environment variables
.env
.env.*
!.env.example
# Dependencies
node_modules/
vendor/
# Build output
.next/
dist/
build/
*.pyc
__pycache__/
# OS
.DS_Store
Thumbs.db
# Logs
*.log