1
0
mirror of https://github.com/bitwarden/server synced 2026-01-19 08:53:57 +00:00

PM-26208 updated api endpoint (#6431)

This commit is contained in:
Vijay Oommen
2025-10-09 10:47:54 -05:00
committed by GitHub
parent fe32e885c6
commit a6726d2e04
7 changed files with 115 additions and 83 deletions

View File

@@ -80,7 +80,13 @@
"onyx": {
"apiKey": "SECRET",
"baseUrl": "https://cloud.onyx.app/api",
"personaId": 7
"path": "/chat/send-message-simple-api",
"useAnswerWithCitationModels": true,
"personaId": 7,
"searchSettings": {
"runSearch": "always",
"realTime": true
}
}
}
}