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