Promptify icon indicating copy to clipboard operation
Promptify copied to clipboard

issue with installation and usage of promptify

Open st-sriram opened this issue 2 years ago • 3 comments

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

st-sriram avatar May 04 '23 09:05 st-sriram

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

mahaanand7 avatar May 06 '23 18:05 mahaanand7

same

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

m-hammad-khan avatar May 09 '23 11:05 m-hammad-khan

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

ska-ibees avatar Jun 02 '23 00:06 ska-ibees