mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Merge branch 'main' into feat/improve-auth-dialog-ux
This commit is contained in:
commit
112318d092
63 changed files with 1999 additions and 952 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue