Merge branch 'main' into feat/improve-auth-dialog-ux

This commit is contained in:
tanzhenxin 2026-03-02 19:16:45 +08:00
commit 112318d092
63 changed files with 1999 additions and 952 deletions

View file

@ -63,6 +63,9 @@ This auth type supports not only OpenAI's official API but also any OpenAI-compa
"maxRetries": 3,
"enableCacheControl": true,
"contextWindowSize": 128000,
"modalities": {
"image": true
},
"customHeaders": {
"X-Client-Request-ID": "req-123"
},