diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 6888758..4326065 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -50,7 +50,7 @@ UNNECESSARY_PACKAGES = [ ] LANGUAGE_PACKAGES = [ - 'allennlp', 'bertopic', 'fasttext', 'flair', 'gensim', 'nltk', 'openai', + 'allennlp', 'bertopic', 'GPT-3', 'fasttext', 'flair', 'gensim', 'nltk', 'openai', 'pattern', 'polyglot', 'pytorch-transformers', 'rasa', 'sentence-transformers', 'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers', 'vadersentiment' diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index 3078e23..ab36ada 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -89,7 +89,7 @@ Note that you must obey the double asterisk and triple backtick syntax from like ```{tag_name} ...code... ``` -You must provide the complete file with the exact same syntax to wrap the code.''' +You must provide the complete {file_name} wrapped with the exact syntax shown above.''' gpt_35_turbo_usage_string = """If you need to use gpt_3_5_turbo, then use it like shown in the following example: