@@ -106,7 +106,7 @@ def parse(
106
106
safety_identifier : str | NotGiven = NOT_GIVEN ,
107
107
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
108
108
service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
109
- stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
109
+ stop : Union [Optional [str ], SequenceNotStr [str ], None ] | NotGiven = NOT_GIVEN ,
110
110
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
111
111
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
112
112
temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
@@ -1400,7 +1400,7 @@ def stream(
1400
1400
safety_identifier : str | NotGiven = NOT_GIVEN ,
1401
1401
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1402
1402
service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
1403
- stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1403
+ stop : Union [Optional [str ], SequenceNotStr [str ], None ] | NotGiven = NOT_GIVEN ,
1404
1404
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1405
1405
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
1406
1406
temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
@@ -1542,7 +1542,7 @@ async def parse(
1542
1542
safety_identifier : str | NotGiven = NOT_GIVEN ,
1543
1543
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1544
1544
service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
1545
- stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1545
+ stop : Union [Optional [str ], SequenceNotStr [str ], None ] | NotGiven = NOT_GIVEN ,
1546
1546
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1547
1547
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
1548
1548
temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
@@ -2836,7 +2836,7 @@ def stream(
2836
2836
safety_identifier : str | NotGiven = NOT_GIVEN ,
2837
2837
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
2838
2838
service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
2839
- stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
2839
+ stop : Union [Optional [str ], SequenceNotStr [str ], None ] | NotGiven = NOT_GIVEN ,
2840
2840
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
2841
2841
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
2842
2842
temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
0 commit comments