HttpClient issue. #280
Unanswered
kranthikiran1984
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello, @kranthikiran1984. Is it possible for you to share your code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My function calling chatCompletion gives me weird httpresponse. I tried the example given in the package examples. I obtained the symbols and tried to debug. The http request with exact http headers and body is successful from postman but is giving BadRequest from package. BasRequest: missing 'model' parameter. We are using a gateway that talks to openAI API. I tried to post the request to the gateway directly from postman and it is successful. Is there anything that needs to be done? Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions