获取客户端临时Key1

This commit is contained in:
2025-11-01 16:06:41 +08:00
parent 9412368c15
commit 6ef1117d95
2 changed files with 1 additions and 2 deletions

View File

@@ -169,6 +169,7 @@ chatGpt:
apiUrl: https://api.openai.com/v1/chat/completions
model: ft:gpt-3.5-turbo-0125:vetti:construction-labourer-test:CWKBNvE2
role: system
apiClientTokenUrl: https://api.openai.com/v1/realtime/client_secrets
http:

View File

@@ -14,8 +14,6 @@ import lombok.experimental.Accessors;
@Accessors(chain = true)
public class RealtimeClientSecretDto {
@ApiModelProperty("生成的客户端密钥")
private String clientSecret;