Skip to content
New issue

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

Add openai/datalib/__init__.py #404

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Add openai/datalib/__init__.py #404

merged 1 commit into from
Apr 17, 2023

Conversation

harupy
Copy link
Contributor

@harupy harupy commented Apr 17, 2023

Fixes #403

Test

FROM python:3.8

RUN pip install git+https://github.com/harupy/openai-python.git@add-init.py
RUN python -c 'from openai.api_resources.embedding import Embedding'

works fine now

Signed-off-by: harupy <hkawamura0130@gmail.com>
Copy link
Collaborator

@hallacy hallacy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@hallacy hallacy merged commit c5f0cc4 into openai:main Apr 17, 2023
davedittrich pushed a commit to davedittrich/openai-python that referenced this pull request Nov 14, 2023
Signed-off-by: harupy <hkawamura0130@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'openai.datalib' on main branch
2 participants