jxnl / instructor

structured outputs for llms

Home Page:https://python.useinstructor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to import instructor due to client_vertexai.py

raineydavid opened this issue · comments

  • This is actually a bug report.
  • I am not getting good LLM Results
  • I have tried asking for help in the community on discord or discussions and have not received a response.
  • I have tried searching the documentation and have not found an answer.

What Model are you using?

  • gpt-3.5-turbo
  • gpt-4-turbo
  • gpt-4
  • Other (please specify)

Describe the bug
Fails over on import instructor due to import jsonref in client_vertexai.py. Trying to use gpt-4o however hadn't even got to specificying the model.

To Reproduce
install instructor
import instructor

Expected behavior
Works

Screenshots
image

Quick fix in the meantime is to pip install instructor[vertexai] or just pip install jsonref, or pip uninstall google-cloud-aiplatform in case you're not using it.