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.

View file

@ -28,3 +28,13 @@ URL。
- 默认值:`gpt-3.5-turbo`
此选项用于设置 ChatGPT 模型。如果您的帐户有权限访问 `gpt-4` 模型,可以相应地配置此选项。
## APIType
- 类型:`string`
- 默认值:`OPEN_AI`
此选项用于设置 API 的类型。
- `OPEN_AI`: 使用 OpenAI API。
- `AZURE`: 使用 Azure API。

View file

@ -28,3 +28,13 @@ URL。
- 預設值:`gpt-3.5-turbo`
此選項用於設定 ChatGPT 模型。如果您的帳戶有許可權訪問 `gpt-4` 模型,可以相應地配置此選項。
## APIType
- 型別:`string`
- 預設值:`OPEN_AI`
此選項用於設定 API 的類型。
- `OPEN_AI`: 使用 OpenAI API。
- `AZURE`: 使用 Azure API。