Introduced subsystem to configure AI providers and allow services to select them dynamiclly

This commit is contained in:
Jan Böhmer 2026-04-25 23:29:22 +02:00
parent c0017d29a7
commit 2631ff4bee
10 changed files with 342 additions and 5 deletions

View file

@ -1,3 +1,4 @@
ai:
platform:
lmstudio: null
lmstudio:
host_url: '%env(string:settings:ai_lmstudio:hostURL)%'

View file

@ -1,4 +1,4 @@
ai:
platform:
openrouter:
api_key: '%env(OPENROUTER_API_KEY)%'
api_key: '%env(string:settings:ai_openrouter:apiKey)%'