@@ -106,7 +106,7 @@ def parse(
106106 safety_identifier : str | NotGiven = NOT_GIVEN ,
107107 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
108108 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 ,
110110 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
111111 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
112112 temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
@@ -1400,7 +1400,7 @@ def stream(
14001400 safety_identifier : str | NotGiven = NOT_GIVEN ,
14011401 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
14021402 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 ,
14041404 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
14051405 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
14061406 temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
@@ -1542,7 +1542,7 @@ async def parse(
15421542 safety_identifier : str | NotGiven = NOT_GIVEN ,
15431543 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
15441544 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 ,
15461546 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
15471547 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
15481548 temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
@@ -2836,7 +2836,7 @@ def stream(
28362836 safety_identifier : str | NotGiven = NOT_GIVEN ,
28372837 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
28382838 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 ,
28402840 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
28412841 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
28422842 temperature : Optional [float ] | NotGiven = NOT_GIVEN ,
0 commit comments