@@ -180,7 +180,7 @@ type ChatCompletion struct {
180
180
// - If set to 'auto', then the request will be processed with the service tier
181
181
// configured in the Project settings. Unless otherwise configured, the Project
182
182
// will use 'default'.
183
- // - If set to 'default', then the requset will be processed with the standard
183
+ // - If set to 'default', then the request will be processed with the standard
184
184
// pricing and performance for the selected model.
185
185
// - If set to '[flex](https://platform.openai.com/docs/guides/flex-processing)' or
186
186
// 'priority', then the request will be processed with the corresponding service
@@ -282,7 +282,7 @@ func (r *ChatCompletionChoiceLogprobs) UnmarshalJSON(data []byte) error {
282
282
// - If set to 'auto', then the request will be processed with the service tier
283
283
// configured in the Project settings. Unless otherwise configured, the Project
284
284
// will use 'default'.
285
- // - If set to 'default', then the requset will be processed with the standard
285
+ // - If set to 'default', then the request will be processed with the standard
286
286
// pricing and performance for the selected model.
287
287
// - If set to '[flex](https://platform.openai.com/docs/guides/flex-processing)' or
288
288
// 'priority', then the request will be processed with the corresponding service
@@ -547,9 +547,6 @@ const (
547
547
ChatCompletionAudioParamVoiceBallad ChatCompletionAudioParamVoice = "ballad"
548
548
ChatCompletionAudioParamVoiceCoral ChatCompletionAudioParamVoice = "coral"
549
549
ChatCompletionAudioParamVoiceEcho ChatCompletionAudioParamVoice = "echo"
550
- ChatCompletionAudioParamVoiceFable ChatCompletionAudioParamVoice = "fable"
551
- ChatCompletionAudioParamVoiceOnyx ChatCompletionAudioParamVoice = "onyx"
552
- ChatCompletionAudioParamVoiceNova ChatCompletionAudioParamVoice = "nova"
553
550
ChatCompletionAudioParamVoiceSage ChatCompletionAudioParamVoice = "sage"
554
551
ChatCompletionAudioParamVoiceShimmer ChatCompletionAudioParamVoice = "shimmer"
555
552
ChatCompletionAudioParamVoiceVerse ChatCompletionAudioParamVoice = "verse"
@@ -577,7 +574,7 @@ type ChatCompletionChunk struct {
577
574
// - If set to 'auto', then the request will be processed with the service tier
578
575
// configured in the Project settings. Unless otherwise configured, the Project
579
576
// will use 'default'.
580
- // - If set to 'default', then the requset will be processed with the standard
577
+ // - If set to 'default', then the request will be processed with the standard
581
578
// pricing and performance for the selected model.
582
579
// - If set to '[flex](https://platform.openai.com/docs/guides/flex-processing)' or
583
580
// 'priority', then the request will be processed with the corresponding service
@@ -794,7 +791,7 @@ func (r *ChatCompletionChunkChoiceLogprobs) UnmarshalJSON(data []byte) error {
794
791
// - If set to 'auto', then the request will be processed with the service tier
795
792
// configured in the Project settings. Unless otherwise configured, the Project
796
793
// will use 'default'.
797
- // - If set to 'default', then the requset will be processed with the standard
794
+ // - If set to 'default', then the request will be processed with the standard
798
795
// pricing and performance for the selected model.
799
796
// - If set to '[flex](https://platform.openai.com/docs/guides/flex-processing)' or
800
797
// 'priority', then the request will be processed with the corresponding service
@@ -2227,7 +2224,7 @@ type ChatCompletionNewParams struct {
2227
2224
// - If set to 'auto', then the request will be processed with the service tier
2228
2225
// configured in the Project settings. Unless otherwise configured, the Project
2229
2226
// will use 'default'.
2230
- // - If set to 'default', then the requset will be processed with the standard
2227
+ // - If set to 'default', then the request will be processed with the standard
2231
2228
// pricing and performance for the selected model.
2232
2229
// - If set to '[flex](https://platform.openai.com/docs/guides/flex-processing)' or
2233
2230
// 'priority', then the request will be processed with the corresponding service
@@ -2429,7 +2426,7 @@ func (u ChatCompletionNewParamsResponseFormatUnion) GetType() *string {
2429
2426
// - If set to 'auto', then the request will be processed with the service tier
2430
2427
// configured in the Project settings. Unless otherwise configured, the Project
2431
2428
// will use 'default'.
2432
- // - If set to 'default', then the requset will be processed with the standard
2429
+ // - If set to 'default', then the request will be processed with the standard
2433
2430
// pricing and performance for the selected model.
2434
2431
// - If set to '[flex](https://platform.openai.com/docs/guides/flex-processing)' or
2435
2432
// 'priority', then the request will be processed with the corresponding service
0 commit comments