5 Commits

Author SHA1 Message Date
LIlGG
4b8f37d1e5 Cleanup LLM modules, prompts & config updates
Remove deprecated Claude-specific LLM implementation files (chat-stream-text.ts, constants.ts, tools index) and related DEFAULT_NUM_CTX usage in Ollama provider. Tighten system prompts to require pages and key content be visible without JavaScript and avoid relying on scripts to show primary content. Update tests to cover the new page-generation system prompt behavior. Adjust configuration: change STORAGE_DIR default to ./public/uploads and remove legacy MAX_TOKENS/MAX_RESPONSE_SEGMENTS/DEFAULT_NUM_CTX entries from .env.example and docker-compose files. Propagate STORAGE_DIR change to documentation and update CLAUDE.md to reference the new agent files.
2026-04-30 18:46:52 +08:00
LIlGG
1d944e54e8 docs: add upage usage instructions document 2025-09-28 18:01:20 +08:00
LIlGG
f2df793afa pref: simplified AI provider's settings 2025-09-28 17:34:47 +08:00
LIlGG
530dfac665 pref: change the database type to SQLite 2025-09-25 15:24:13 +08:00
LIlGG
1f4fb103e9 🎉 first commit 2025-09-24 17:02:44 +08:00