Corey Brown
Results
1
issues of
Corey Brown
### Describe the bug When making a call to the ChatCompletion create method, e.g.: ``` response = openai.ChatCompletion.create( model=self.model_id, messages=self.get_formatted_messages(), timeout=10 ) ``` The timeout is `pop`d off of the...
bug