chore: update deps #946

This commit is contained in:
Jacky 2025-04-08 07:58:05 +00:00
parent 98a4708a8c
commit 241fa4adfe
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
10 changed files with 107 additions and 90 deletions

View file

@ -30,3 +30,13 @@ region, you can use an HTTP proxy and set this option to the corresponding URL.
This option is used to set the ChatGPT model. If your account has the privilege to access the gpt-4 model, you can
configure this option accordingly.
## APIType
- Type: `string`
- Default: `OPEN_AI`
This option is used to set the type of the API.
- `OPEN_AI`: Use the OpenAI API.
- `AZURE`: Use the Azure API.