We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/run-llama/llama_index/blob/d3a861fa9a076eebb8fda3991fccda5ff1f85320/llama-index-integrations/llms/llama-index-llms-openai/llama_index/llms/openai/base.py#L422C8-L429C10
Here you should add: "api_version": self.api_version, because eitherwise the api_version is not used when calling functions.
The text was updated successfully, but these errors were encountered:
API version is only needed for azure right?
Its used here:
llama_index/llama-index-integrations/llms/llama-index-llms-azure-openai/llama_index/llms/azure_openai/base.py
Line 251 in d3a861f
Sorry, something went wrong.
It could be used also for normal openAi, depending on if you have a custom deployment.
No branches or pull requests
https://github.com/run-llama/llama_index/blob/d3a861fa9a076eebb8fda3991fccda5ff1f85320/llama-index-integrations/llms/llama-index-llms-openai/llama_index/llms/openai/base.py#L422C8-L429C10
Here you should add: "api_version": self.api_version, because eitherwise the api_version is not used when calling functions.
The text was updated successfully, but these errors were encountered: