run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
3.21k stars 315 forks source link

use_vendor_multimodal_model #375

Open almasri-ahmad opened 2 months ago

almasri-ahmad commented 2 months ago

Bug Description: The vendor_multimodal_model_name parameter does not seem to work as expected when using the openai-gpt4o model and vendor_multimodal_api_key

Disiok commented 2 months ago

can you say more about what the error is? would help us debug

almasri-ahmad commented 2 months ago

can you say more about what the error is? would help us debug [llama_parse]with vendor_multimodal_model_name not work return empty sting when i use vendor_multimodal_model_name i do formData.append("vendor_multimodal_model_name", "openai-gpt4o"); formData.append("vendor_multimodal_api_key", process.env.OPENAI_API_KEY)

Disiok commented 2 months ago

@almasri-ahmad , we can't reproduce the issue on our side.

Did you specify use_vendor_multimodal_model=True? Can you maybe share an Job ID for us to triage?