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

ModuleNotFoundError: No module named 'promptify.models.nlp' #103

Open
ccsnow127 opened this issue Nov 23, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'promptify.models.nlp' #103

ccsnow127 opened this issue Nov 23, 2023 · 1 comment

Comments

@ccsnow127
Copy link

image
In the notebook named sql.ipynb, there is code:
from promptify.models.nlp.openai_model import OpenAI
from promptify.prompts.nlp.prompter import Prompter
but there is not promptify.models.nlp.openai_model or promptify.prompts.nlp.prompter module in the repo
can anybody help with this?

@Pavansomisetty21
Copy link

Pavansomisetty21 commented Jan 5, 2025

@ccsnow127 I understand your error you can simply try

from promptify import Prompter,OpenAI

it will be successfully executed

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

No branches or pull requests

2 participants