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

issue with installation and usage of promptify #76

Open
st-sriram opened this issue May 4, 2023 · 3 comments
Open

issue with installation and usage of promptify #76

st-sriram opened this issue May 4, 2023 · 3 comments

Comments

@st-sriram
Copy link

I tried installing promptify in my local i get the following error "ModuleNotFoundError: No module named 'promptify.models.nlp'
installed promptify as well and other relevent packages but no luck.This is the case as well with colab notebook provided please find the link below. can anyone help.

https://colab.research.google.com/drive/16DUUV72oQPxaZdGMH9xH1WbHYu6Jqk9Q?usp=sharing

@mahaanand7
Copy link

I too facing the same issue.
ModuleNotFoundError: No module named 'promptify.models.nlp'

@m-hammad-khan
Copy link

m-hammad-khan commented May 9, 2023

same

model = OpenAI('key', model="gpt-3.5-turbo")
TypeError: init() got an unexpected keyword argument 'model'

@ska-ibees
Copy link

ska-ibees commented Jun 2, 2023

Add a code cell:

!pip3 install -r requirements.txt

Then update next cell as below:

%cd /content/Promptify
import json
from promptify import OpenAI
from promptify import Prompter
from pprint import pprint
from IPython.display import Markdown, display
from IPython.core.display import display, HTML

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

4 participants