- Add Open WebUI scripts (06-09) for server-hosted ChatGPT-like interface connected to the vLLM backend on port 7081 - Add context window management to chat (auto-trim, token counter, progress bar) - Add terminal output panel to file editor for running Python/LaTeX files - Update README with Open WebUI setup, architecture diagram, and troubleshooting - Update STUDENT_GUIDE with step-by-step Open WebUI login instructions Made-with: Cursor
24 lines
295 B
Plaintext
24 lines
295 B
Plaintext
# Apptainer container image (large binary)
|
|
*.sif
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# Model weights (downloaded separately)
|
|
models/
|
|
|
|
# HuggingFace cache
|
|
.cache/
|
|
|
|
# Python venv
|
|
.venv/
|
|
|
|
# Streamlit workspace files
|
|
workspace/
|
|
|
|
# Open WebUI persistent data (user accounts, chats, DB)
|
|
openwebui-data/
|
|
|
|
# macOS
|
|
.DS_Store
|