Skip to content

Commit ab16bae

Browse files
authored
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.
1 parent 98400fe commit ab16bae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkg/wconfig/defaultconfig/presets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
"display:name": "Wave Proxy - gpt-4o-mini",
105105
"display:order": 0,
106106
"ai:*": true,
107+
"ai:apitype": "",
108+
"ai:baseurl": "",
109+
"ai:apitoken": "",
110+
"ai:name": "",
111+
"ai:orgid": "",
107112
"ai:model": "gpt-4o-mini",
108113
"ai:maxtokens": 2048,
109114
"ai:timeoutms": 60000

0 commit comments

Comments
 (0)