run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.43k stars 728 forks source link

fix tools/openai_image_generation import #906

Closed serdarjan1995 closed 6 months ago

serdarjan1995 commented 6 months ago

Description

Fixes import typo in tools/openai_image_generation/__init__.py

Fixes # tools/openai_image_generation import error

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Suggested Checklist:

anoopshrma commented 6 months ago

Thanks for the fix @serdarjan1995. Everything looks great.

I see that Readme is also incorrectly importing. Would you correct that as well!

Thanks!