获取客户端临时Key1
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -14,8 +14,6 @@ import lombok.experimental.Accessors;
|
||||
@Accessors(chain = true)
|
||||
public class RealtimeClientSecretDto {
|
||||
|
||||
|
||||
|
||||
@ApiModelProperty("生成的客户端密钥")
|
||||
private String clientSecret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user