File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -2017,6 +2017,48 @@ components:
2017
2017
required :
2018
2018
- type
2019
2019
- video_url
2020
+ - type : object
2021
+ title : Audio
2022
+ properties :
2023
+ type :
2024
+ type : string
2025
+ enum :
2026
+ - audio_url
2027
+ audio_url :
2028
+ type : object
2029
+ properties :
2030
+ url :
2031
+ type : string
2032
+ description : The URL of the audio
2033
+ required :
2034
+ - url
2035
+ required :
2036
+ - type
2037
+ - audio_url
2038
+ - type : object
2039
+ title : Input Audio
2040
+ properties :
2041
+ type :
2042
+ type : string
2043
+ enum :
2044
+ - input_audio
2045
+ input_audio :
2046
+ type : object
2047
+ properties :
2048
+ data :
2049
+ type : string
2050
+ description : The base64 encoded audio data
2051
+ format :
2052
+ type : string
2053
+ description : The format of the audio data
2054
+ enum :
2055
+ - wav
2056
+ required :
2057
+ - data
2058
+ - format
2059
+ required :
2060
+ - type
2061
+ - input_audio
2020
2062
2021
2063
ChatCompletionUserMessageContent :
2022
2064
description : The content of the message, which can either be a simple string or a structured format.
You can’t perform that action at this time.
0 commit comments