🎚 refactor: correct gpt example

This commit is contained in:
Florian Hönicke
2023-05-24 00:36:54 +02:00
parent 7414018285
commit 60272404b6
2 changed files with 6 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ UNNECESSARY_PACKAGES = [
]
LANGUAGE_PACKAGES = [
'allennlp', 'bertopic', 'GPT-3', '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'