Fix edge case with Wave Proxy AI preset (#1073)

If a user has changed the global AI settings and added a different base
url, the Wave Proxy preset would not work because it doesn't unset all
the AI settings.
This commit is contained in:
Evan Simkowitz 2024-10-18 14:27:48 -07:00 committed by GitHub
parent 98400fe6fc
commit ab16baed3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,11 @@
"display:name": "Wave Proxy - gpt-4o-mini",
"display:order": 0,
"ai:*": true,
"ai:apitype": "",
"ai:baseurl": "",
"ai:apitoken": "",
"ai:name": "",
"ai:orgid": "",
"ai:model": "gpt-4o-mini",
"ai:maxtokens": 2048,
"ai:timeoutms": 60000