From 3f93d34cbf6bac6a7d91055ae17399844fdac478 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 30 Nov 2024 22:11:18 +0100 Subject: Add more contributers, add link to Swagger UI (#2443) * Add more contributers, add link to Swagger UI * Update Dockerfile-slim * Update retry_provider.py * Add html preview to gui, fix urls in website manifest * Missing chunks in OpenaiChat --- etc/tool/contributers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/tool/contributers.py') diff --git a/etc/tool/contributers.py b/etc/tool/contributers.py index 76fa461d..31ac6418 100644 --- a/etc/tool/contributers.py +++ b/etc/tool/contributers.py @@ -1,6 +1,6 @@ import requests -url = "https://api.github.com/repos/xtekky/gpt4free/contributors" +url = "https://api.github.com/repos/xtekky/gpt4free/contributors?per_page=100" for user in requests.get(url).json(): print(f'') \ No newline at end of file -- cgit v1.2.3