herzogflorian f4fdaab732 Add Open WebUI integration and enhance Streamlit app
- 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
2026-03-02 18:48:51 +01:00

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