From 67ee8e5eff8dd4f58b6b551e1202d0d84a6fea6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 27 May 2023 11:53:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20refactor:=20summarize=20error=20mes?= =?UTF-8?q?sage=20without=20line=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 7541d8e..afd369f 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -50,7 +50,8 @@ DEMO_TOKEN = '45372338e04f5a41af949024db929d46' BLACKLISTED_PACKAGES = [ 'moderngl', 'pyopengl', 'pyglet', 'pythreejs', 'panda3d', # because they need a screen, 'tika', # because it needs java - 'clearbit' # because of installation issues on latest version + 'clearbit', # because of installation issues on latest version + 'pyttsx3', # after engine.save_to_file(summarized_text, "summarized_audio.wav"); engine.runAndWait() "summarized_audio.wav" does not exist ] UNNECESSARY_PACKAGES = [ 'jinja2', 'werkzeug', 'flask', 'flask_restful', 'http.server', 'flask_json', 'flask_cors', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead