From 9524c3f3275a720ef0ffd8adae6f78e22997a8dd Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:33:50 +0100 Subject: Add AsyncAuthedProvider in Copilot Add orginal url to downloaded image Support ssl argument in StreamSession Report Provider and Errors in RetryProvider Support ssl argument in OpenaiTemplate Remove model duplication in OpenaiChat Disable ChatGpt provider and remove it from models.py Update slim requirements Support provider names as model name in Image generation Add model qwen-2.5-1m-demo to models.py --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5b98c3c0..2114cf2f 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,6 @@ EXTRA_REQUIRE = { "uvicorn", # api "python-multipart", "pypdf2", # files - "docx", ], "image": [ "pillow", -- cgit v1.2.3