mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
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:
parent
98400fe6fc
commit
ab16baed3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user