Suman Addanki

Results 1 issues of Suman Addanki

OpenAI python client supports passing additional headers when invoking the following functions `openai.ChatCompletion.create` or `openai.Completion.create` For example: I can pass the headers as shown in the sample code below. ```...