Arthur Erlich haylan
haylan pushed to main at haylan/Smart-Tablet-Screen 2026-09-01 18:59:36 +00:00
f045d1bc93 chore: set up agent skills config (issue tracker, domain docs)
a6fd372123 docs(research): add YAML account config and secrets vault research
Compare 2 commits »
haylan pushed to main at haylan/Smart-Tablet-Screen 2026-09-01 18:49:15 +00:00
71d54608df docs(research): add smart screen stack, additions, and Nextcloud research
haylan created repository haylan/Smart-Tablet-Screen 2026-09-01 18:27:14 +00:00
haylan deleted branch renovate/symfony from haylan/git-contribution-graph 2026-09-01 15:47:18 +00:00
haylan pushed to main at haylan/git-contribution-graph 2026-09-01 15:47:17 +00:00
e918ec5072 Merge pull request 'chore(deps): update symfony packages to v7.4.18' (#27) from renovate/symfony into main
742a4bb112 chore(deps): update symfony packages to v7.4.18
Compare 2 commits »
haylan merged pull request haylan/git-contribution-graph#27 2026-09-01 15:47:16 +00:00
chore(deps): update symfony packages to v7.4.18
haylan deleted branch renovate/phpstan-packages from haylan/git-contribution-graph 2026-08-31 19:55:18 +00:00
haylan pushed to main at haylan/git-contribution-graph 2026-08-31 19:55:17 +00:00
ad139d3eb5 Merge pull request 'chore(deps): update dependency phpstan/phpstan to v2.2.11' (#26) from renovate/phpstan-packages into main
4af66f188f chore(deps): update dependency phpstan/phpstan to v2.2.11
Compare 2 commits »
haylan merged pull request haylan/git-contribution-graph#26 2026-08-31 19:55:15 +00:00
chore(deps): update dependency phpstan/phpstan to v2.2.11
haylan pushed to research/connecting-cloud-providers at haylan/LLM-Server 2026-08-26 06:51:40 +00:00
993f11d6de research: Claude Pro subscription vs Anthropic API for gateway backends
haylan created branch research/connecting-cloud-providers in haylan/LLM-Server 2026-08-26 06:51:40 +00:00
haylan pushed to research/voidllm-evaluation at haylan/LLM-Server 2026-08-26 06:42:25 +00:00
f300c5b034 research: evaluate voidllm as a LiteLLM proxy replacement
haylan created branch research/voidllm-evaluation in haylan/LLM-Server 2026-08-26 06:42:25 +00:00
haylan pushed to main at haylan/LLM-Server 2026-08-25 05:21:01 +00:00
487573c533 Add build plan documentation for 4x Radeon AI PRO R9700 rackmount LLM server
haylan commented on issue haylan/LLM-Server#15 2026-08-25 05:18:10 +00:00
Migrate Open WebUI (and existing consumers) to route through the new proxy

Resolved: migrated Open WebUI and the coding CLIs to the proxy.

Open WebUI's OPENAI_API_BASE_URL now points at litellm:4000 instead of llama-server:8080, using a provisioned virtual key…

haylan pushed to main at haylan/LLM-Server 2026-08-25 05:18:04 +00:00
5cb34b19f3 Migrate Open WebUI and coding CLIs to the AI proxy (resolves #15)
haylan closed issue haylan/LLM-Server#15 2026-08-25 05:18:04 +00:00
Migrate Open WebUI (and existing consumers) to route through the new proxy
haylan commented on issue haylan/LLM-Server#14 2026-08-25 05:11:24 +00:00
Author the docker-compose service for the chosen proxy

Resolved: authored the docker-compose service.

Added litellm + litellm-db (Postgres) services to docker-compose.yml, a new litellm-config.yaml wiring the local llama.cpp model with #11's…

haylan closed issue haylan/LLM-Server#14 2026-08-25 05:11:17 +00:00
Author the docker-compose service for the chosen proxy
haylan pushed to main at haylan/LLM-Server 2026-08-25 05:11:17 +00:00
0aefb36a48 Author LiteLLM AI proxy service (resolves #14)