diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 5d27c14..9492e87 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -61,7 +61,7 @@ UNNECESSARY_PACKAGES = [ ] LANGUAGE_PACKAGES = [ - 'allennlp', 'bertopic', 'gpt-3', 'fasttext', 'flair', 'gensim', 'nltk', 'openai', + 'allennlp', 'bert-for-tf2', 'bertopic', 'gpt-3', 'fasttext', 'flair', 'gensim', 'nltk', 'openai', 'pattern', 'polyglot', 'pytorch-transformers', 'rasa', 'sentence-transformers', 'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers', 'vadersentiment', 'language-tool-python' diff --git a/test/integration/test_generator.py b/test/integration/test_generator.py index 6c9a02a..4f75e47 100644 --- a/test/integration/test_generator.py +++ b/test/integration/test_generator.py @@ -23,7 +23,7 @@ def test_generation_level_0(microservice_dir, mock_input_sequence): "The microservice is very simple, it does not take anything as input and only outputs the word 'test'", microservice_dir, 'gpt-3.5-turbo', - self_healing=False, + # self_healing=False, ) assert generator.generate() == 0