Commit graph

26 commits

Author SHA1 Message Date
5b66aaea0f fix: use printf for SSH key to preserve trailing newline
All checks were successful
Deploy LLM Service / deploy (push) Successful in 23s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 03:22:38 +02:00
3864bce3d5 refactor: migrate to Forgejo workflows, remove GitHub Actions
Some checks failed
Deploy LLM Service / deploy (push) Failing after 8s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 02:34:20 +02:00
ValueOn AG
65e9fdf45b upgr node24 2026-05-12 23:44:16 +02:00
Patrick Motsch
f34e0dc09e
Update README.md 2026-03-30 14:52:04 +02:00
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
a96da92704 debug llm 2026-02-06 11:13:17 +01:00
ValueOn AG
ea06a84b31 fixed ui4 2026-02-06 10:48:50 +01:00
ValueOn AG
a1bcf8c260 fixed ui3 2026-02-06 10:45:43 +01:00
ValueOn AG
4fea024339 fixed ui 2026-02-06 10:42:44 +01:00
ValueOn AG
edf1101cfc fexed test ui 2026-02-06 10:38:02 +01:00
ValueOn AG
d05204c394 fixes req 2026-02-06 10:35:01 +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
06bbaa1d82 tst yaml2 2026-02-06 02:35:14 +01:00
ValueOn AG
6d98467a23 tst deploy 2026-02-06 02:31:37 +01:00
ValueOn AG
5a20a0bd4c debug deploy 2026-02-06 02:27:35 +01:00
ValueOn AG
69dea8423e 1st deploy 2026-02-06 02:24:27 +01:00
ValueOn AG
267f668663 Initial setup: Flask app with CI/CD 2026-02-06 02:00:35 +01:00
ValueOn AG
d257c3e753 initial 2026-02-06 00:30:52 +01:00
Patrick Motsch
e46a01e8ae
Initial commit 2026-02-06 00:24:28 +01:00