getomni-ai / zerox

Zero shot pdf OCR with gpt-4o-mini
https://getomni.ai/ocr-demo
MIT License
4.68k stars 259 forks source link

local llm #64

Open zhanpengjie opened 1 week ago

zhanpengjie commented 1 week ago

how to set base_url and model in python sdk?

pradhyumna85 commented 6 days ago

@zhanpengjie which local model you are trying to use? Does that have vision capability?

torrischen commented 5 days ago

I also have problem with using llama3.2-90B-Vision with vllm. The error said environment variable missing?

pradhyumna85 commented 4 days ago

@torrischen refer the model and api_base params here and pass it accordingly in zerox: https://docs.litellm.ai/docs/providers/vllm

Also refer #65

torrischen commented 4 days ago

@torrischen refer the model and api_base params here and pass it accordingly in zerox: https://docs.litellm.ai/docs/providers/vllm

Also refer #65

Thanks. That’s helpful