@@ -59,7 +59,6 @@ def create(
5959 best_of : Optional [int ] | Omit = omit ,
6060 country : Optional [str ] | Omit = omit ,
6161 cum_logprobs : Optional [bool ] | Omit = omit ,
62- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
6362 disable_search : Optional [bool ] | Omit = omit ,
6463 diverse_first_token : Optional [bool ] | Omit = omit ,
6564 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -143,7 +142,6 @@ def create(
143142 best_of : Optional [int ] | Omit = omit ,
144143 country : Optional [str ] | Omit = omit ,
145144 cum_logprobs : Optional [bool ] | Omit = omit ,
146- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
147145 disable_search : Optional [bool ] | Omit = omit ,
148146 diverse_first_token : Optional [bool ] | Omit = omit ,
149147 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -226,7 +224,6 @@ def create(
226224 best_of : Optional [int ] | Omit = omit ,
227225 country : Optional [str ] | Omit = omit ,
228226 cum_logprobs : Optional [bool ] | Omit = omit ,
229- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
230227 disable_search : Optional [bool ] | Omit = omit ,
231228 diverse_first_token : Optional [bool ] | Omit = omit ,
232229 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -308,7 +305,6 @@ def create(
308305 best_of : Optional [int ] | Omit = omit ,
309306 country : Optional [str ] | Omit = omit ,
310307 cum_logprobs : Optional [bool ] | Omit = omit ,
311- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
312308 disable_search : Optional [bool ] | Omit = omit ,
313309 diverse_first_token : Optional [bool ] | Omit = omit ,
314310 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -377,7 +373,6 @@ def create(
377373 "best_of" : best_of ,
378374 "country" : country ,
379375 "cum_logprobs" : cum_logprobs ,
380- "debug_params" : debug_params ,
381376 "disable_search" : disable_search ,
382377 "diverse_first_token" : diverse_first_token ,
383378 "enable_search_classifier" : enable_search_classifier ,
@@ -473,7 +468,6 @@ async def create(
473468 best_of : Optional [int ] | Omit = omit ,
474469 country : Optional [str ] | Omit = omit ,
475470 cum_logprobs : Optional [bool ] | Omit = omit ,
476- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
477471 disable_search : Optional [bool ] | Omit = omit ,
478472 diverse_first_token : Optional [bool ] | Omit = omit ,
479473 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -557,7 +551,6 @@ async def create(
557551 best_of : Optional [int ] | Omit = omit ,
558552 country : Optional [str ] | Omit = omit ,
559553 cum_logprobs : Optional [bool ] | Omit = omit ,
560- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
561554 disable_search : Optional [bool ] | Omit = omit ,
562555 diverse_first_token : Optional [bool ] | Omit = omit ,
563556 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -640,7 +633,6 @@ async def create(
640633 best_of : Optional [int ] | Omit = omit ,
641634 country : Optional [str ] | Omit = omit ,
642635 cum_logprobs : Optional [bool ] | Omit = omit ,
643- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
644636 disable_search : Optional [bool ] | Omit = omit ,
645637 diverse_first_token : Optional [bool ] | Omit = omit ,
646638 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -722,7 +714,6 @@ async def create(
722714 best_of : Optional [int ] | Omit = omit ,
723715 country : Optional [str ] | Omit = omit ,
724716 cum_logprobs : Optional [bool ] | Omit = omit ,
725- debug_params : Optional [completion_create_params .DebugParams ] | Omit = omit ,
726717 disable_search : Optional [bool ] | Omit = omit ,
727718 diverse_first_token : Optional [bool ] | Omit = omit ,
728719 enable_search_classifier : Optional [bool ] | Omit = omit ,
@@ -791,7 +782,6 @@ async def create(
791782 "best_of" : best_of ,
792783 "country" : country ,
793784 "cum_logprobs" : cum_logprobs ,
794- "debug_params" : debug_params ,
795785 "disable_search" : disable_search ,
796786 "diverse_first_token" : diverse_first_token ,
797787 "enable_search_classifier" : enable_search_classifier ,
0 commit comments