From 431db7b8ea36667fe5dc4f7e4e5b740c6e8450e7 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 23 Nov 2024 00:17:35 +0100 Subject: Update api / add a synthesize and upload_cookies endpoint (#2406) * Add web_search function to OpenaiChat provider * GithubCopilot provider added, it need a api_key * Remove nodriver login in Gemini synthesize * Update api / add a synthesize and upload_cookies endpoint --- requirements-slim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements-slim.txt') diff --git a/requirements-slim.txt b/requirements-slim.txt index b9cbceba..2377faa3 100644 --- a/requirements-slim.txt +++ b/requirements-slim.txt @@ -13,4 +13,5 @@ flask brotli beautifulsoup4 aiohttp_socks -cryptography \ No newline at end of file +cryptography +python-multipart \ No newline at end of file -- cgit v1.2.3