Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Invalid Request using AzureOpenAI (langchain-ai#3522)
This fixes the error when calling AzureOpenAI of gpt-35-turbo model. The error is: InvalidRequestError: logprobs, best_of and echo parameters are not available on gpt-35-turbo model. Please remove the parameter and try again. For more details, see https://go.microsoft.com/fwlink/?linkid=2227346.
- Loading branch information