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
Current llama-index package is outdated and does not support the new gpt-4-turbo which got out of preview.
Add the dependencies in poetry or install after PGPT_PROFILES=openai make run
PGPT_PROFILES=openai make run
poetry add llama-index-multi-modal-llms-openai
Reference in llama_index/llms/openai/utils.py
llama_index/llms/openai/utils.py
"gpt-4": 8192, "gpt-4-32k": 32768, turbo models (Turbo, JSON mode) "gpt-4-1106-preview": 128000, "gpt-4-0125-preview": 128000, "gpt-4-turbo-preview": 128000, # multimodal model "gpt-4-vision-preview": 128000, "gpt-4-turbo-2024-04-09": 128000, "gpt-4-turbo": 128000
The text was updated successfully, but these errors were encountered:
Fixed here
Sorry, something went wrong.
No branches or pull requests
Current llama-index package is outdated and does not support the new gpt-4-turbo which got out of preview.
Add the dependencies in poetry or install after
PGPT_PROFILES=openai make run
poetry add llama-index-multi-modal-llms-openai
Reference in
llama_index/llms/openai/utils.py
The text was updated successfully, but these errors were encountered: