Commit graph

11 commits

Author SHA1 Message Date
ValueOn AG
1f5d8e923b Refactor: extract routes and config from app.py into separate modules
Move all API routes, OpenAI-compatible routes, web UI routes, shared config, models, rate limiter, and auth logic into dedicated files (config.py, routeApi.py, routeOpenAi.py, routeWeb.py). app.py now serves as a clean entry point.

Made-with: Cursor
2026-03-30 14:49:35 +02:00
ValueOn AG
7ca59120dc Increase rate limits and add Retry-After header on /api/analyze
Made-with: Cursor
2026-03-29 23:29:23 +02:00
ValueOn AG
c70c03c637 keyfix 2026-03-12 21:42:05 +01:00
ValueOn AG
f9b91501d8 Reduce context size for vision models to fit in RAM
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 14:45:52 +01:00
ValueOn AG
11c9b64e14 Fix mixed content: route all requests through backend API
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 14:35:38 +01:00
ValueOn AG
3527e5b135 ssl 2026-02-06 14:16:12 +01:00
ValueOn AG
d322281cda neues text model 2026-02-06 13:35:00 +01:00
ValueOn AG
edf1101cfc fexed test ui 2026-02-06 10:38:02 +01:00
ValueOn AG
a04bee5008 integrated privateLLM 2026-02-06 10:27:06 +01:00
ValueOn AG
0313821f59 protected app 2026-02-06 02:42:39 +01:00
ValueOn AG
d257c3e753 initial 2026-02-06 00:30:52 +01:00