open-notebook/frontend/src/lib
LUIS NOVO 3001537aa7 fix: increase timeout for Ollama and local LLM operations
Users with Ollama reported timeout errors on notebook chat while the
backend was still processing. The answer would appear after refresh.

- Frontend axios timeout: 5 min → 10 min
- Backend chat service timeout: 2 min → 10 min

Local LLMs can take several minutes for complex questions with large
contexts, especially on slower hardware.
2025-12-14 11:31:03 -03:00
..
api fix: increase timeout for Ollama and local LLM operations 2025-12-14 11:31:03 -03:00
hooks feat(ui): add infinite scroll for notebook sources 2025-12-14 10:56:38 -03:00
stores Hide sources notes (#273) 2025-11-25 16:59:26 -03:00
types feat: add ability to link existing sources to notebooks (OSS-311) (#177) 2025-10-19 17:52:14 -03:00
utils feat: implement compact chat references with numbered citations (#220) 2025-10-25 10:26:21 -03:00
config.ts feat: simplify reverse proxy configuration with Next.js rewrites (#213) 2025-10-24 11:24:14 -03:00
theme-script.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
utils.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00