Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ Thumbs.db
# ── Logs
*.log

# Opencode
AGENTS.md

# Obsidian workspace config (local + auto-generated by install.sh)
.obsidian/
2 changes: 1 addition & 1 deletion PLANS.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ KHOJ_SYNC_SKIP_INITIAL, KHOJ_SYNC_LOG_LEVEL

```
RETRIEVER_PORT=42000
RETRIEVER_VAULT_PATH=/home/netyeti/obsidian
RETRIEVER_VAULT_PATH=/home/${STACK_USER}/obsidian
RETRIEVER_EMBED_MODEL=nomic-embed-text
RETRIEVER_CHUNK_SIZE=512
RETRIEVER_CHUNK_OVERLAP=64
Expand Down
4 changes: 2 additions & 2 deletions router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY smart-model-router.py .
COPY smart_model_router.py .

EXPOSE 40115

CMD ["python", "smart-model-router.py"]
CMD ["python", "smart_model_router.py"]
196 changes: 0 additions & 196 deletions router/smart-model-router.py

This file was deleted.

Loading