mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-12 06:21:42 +00:00
Introduced subsystem to configure AI providers and allow services to select them dynamiclly
This commit is contained in:
parent
c0017d29a7
commit
2631ff4bee
10 changed files with 342 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
|||
ai:
|
||||
platform:
|
||||
lmstudio: null
|
||||
lmstudio:
|
||||
host_url: '%env(string:settings:ai_lmstudio:hostURL)%'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ai:
|
||||
platform:
|
||||
openrouter:
|
||||
api_key: '%env(OPENROUTER_API_KEY)%'
|
||||
api_key: '%env(string:settings:ai_openrouter:apiKey)%'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue