Commit graph

  • 754dedd3ea
    Update README.md juninhomfj 2026-01-30 19:30:09 -03:00
  • 24210347e5
    Update README.md juninhomfj 2026-01-30 19:24:57 -03:00
  • 9392215cfe
    Update README.md juninhomfj 2026-01-30 19:07:16 -03:00
  • dedef12911
    Merge 2b3a2ea70c into 20637d6004 Anno 2026-01-30 02:34:46 +10:30
  • 2b3a2ea70c fix: include conversation_id in prepare request for conversation continuity aannoo 2026-01-30 02:18:09 +10:30
  • 45254e19b1
    Merge f51e45fd83 into 20637d6004 Copilot 2026-01-29 01:15:40 +09:00
  • 20637d6004
    Merge pull request #3342 from xtekky/3.14 main H Lohaus 2026-01-28 16:33:24 +01:00
  • 287d89a13e fix: Simplify API key check and ensure conversation messages are added only for text responses 3.14 hlohaus 2026-01-28 14:27:58 +01:00
  • f51e45fd83 Fix duplicate RequestLogin type check and dead code in api.py copilot/fix-dead-code-in-api-py copilot-swe-agent[bot] 2026-01-28 13:14:36 +00:00
  • 2c27fc2b1d Initial plan copilot-swe-agent[bot] 2026-01-28 13:11:12 +00:00
  • fb1857240e
    Merge pull request #3339 from xtekky/3.14 v7.0.0 H Lohaus 2026-01-28 14:09:40 +01:00
  • e1b7471f9f fix: Update references from 'nest_asyncio' to 'nest-asyncio2' across the codebase hlohaus 2026-01-27 11:29:43 +01:00
  • f03c08d66f fix: Update Python version in CI workflow from 3.12 to 3.14 hlohaus 2026-01-27 11:20:56 +01:00
  • 20f0ef8575
    Merge pull request #3337 from GamerReady/main v6.9.10 H Lohaus 2026-01-27 10:39:14 +01:00
  • b22f28f308 docs: add OpenAI-compatible API usage examples Max Luecke 2026-01-26 20:31:13 -08:00
  • e9a27657e4 chore: expand provider env vars coverage Max Luecke 2026-01-26 20:12:51 -08:00
  • 0e4c9ecdf3 fix: use YUPP_API_KEY instead of YUPP_TOKENS Max Luecke 2026-01-26 20:09:32 -08:00
  • 16623bd542 Add dev environment setup files Max Luecke 2026-01-26 19:38:55 -08:00
  • 7f78c93f37
    Only delete chats when "conversation" is not present on kwargs GamerReady 2026-01-26 03:41:53 -04:00
  • f3a36e87a8
    Refactor reward handling, add feedback recording, deleting yupp chats after response. GamerReady 2026-01-25 23:56:20 -04:00
  • 42aa56db94 Update Yupp.py Ammar 2026-01-25 09:21:03 +02:00
  • a0e20efaa5 feat: Add synthesize endpoint for text-to-speech in MCPServer hlohaus 2026-01-24 09:35:26 +01:00
  • 000516c357 fix: Update API key validation logic and enhance chunk handling in Backend_Api hlohaus 2026-01-24 09:17:06 +01:00
  • 8e52133e7f fix: Add media file handling to MCPServer with caching and conditional requests hlohaus 2026-01-24 09:10:38 +01:00
  • b324f4070d fix: Load API key in PollinationsAI and Yupp providers if not provided hlohaus 2026-01-24 08:40:58 +01:00
  • 136cb3159d fix: Remove unused response_format parameter in ImageGenerationTool hlohaus 2026-01-24 07:58:29 +01:00
  • ac1221aa76 fix: Import read_cookie_files to enable cookie handling in MCPServer hlohaus 2026-01-24 07:41:32 +01:00
  • 89b6505d0e fix: Add cloudscraper to requirements and setup for improved scraping capabilities hlohaus 2026-01-24 07:32:20 +01:00
  • f7cb4e69f6 fix: Update API endpoints to use new g4f.space URLs and remove deprecated providers v6.9.9 hlohaus 2026-01-24 03:28:00 +01:00
  • 233fb6fc43 fix: Update API endpoints and improve authentication handling in PollinationsAI provider v6.9.8 hlohaus 2026-01-22 23:55:07 +01:00
  • 42612a8dc0
    Fix conditional check for API key prefix 4real 2026-01-22 22:31:37 +02:00
  • 12a86fae83 fix: Remove unused BaseRetryProvider import and update provider_info handling in iter_response functions hlohaus 2026-01-22 08:23:22 +01:00
  • fc8ee7209d fix: Adjust CloudScraper import and update get_models method signature in LMArena provider v6.9.7 hlohaus 2026-01-22 06:07:24 +01:00
  • fdebe0868c fix: Update cache logic and authorization header condition in PollinationsAI provider hlohaus 2026-01-22 03:24:08 +01:00
  • 65f4b7240a fix: Correct string formatting for authorization header in PollinationsAI provider v6.9.6 hlohaus 2026-01-22 02:17:42 +01:00
  • 4e1f988ee2 chore: Update GitHub Actions to use stable versions and adjust refresh interval in Gemini provider hlohaus 2026-01-22 02:14:43 +01:00
  • af8e5dbc8f
    Merge pull request #3331 from xtekky/copilot/log-get-requests-in-api v6.9.5 H Lohaus 2026-01-21 16:55:24 +01:00
  • 4322338a93
    Merge pull request #3333 from pgoslatara/actup/update-actions-1768992955 H Lohaus 2026-01-21 16:54:18 +01:00
  • 0049b8ef11 Remove backup URLs from multiple provider classes to streamline code v6.9.4 hlohaus 2026-01-21 16:43:13 +01:00
  • dff826813f chore: Update outdated GitHub Actions versions Padraic Slattery 2026-01-21 11:55:55 +01:00
  • 7b57655848 Add --access-log and --no-access-log CLI parameters for access logging control copilot/log-get-requests-in-api copilot-swe-agent[bot] 2026-01-20 17:24:42 +00:00
  • 7a1f0fda2c Initial plan copilot-swe-agent[bot] 2026-01-20 17:09:13 +00:00
  • b9870e6923 Update Qwen.py Ammar 2026-01-14 00:58:15 +02:00
  • c0e4d0943f Update LMArena.py Ammar 2026-01-13 23:11:11 +02:00
  • b1596bb4c6 Update Yupp.py Ammar 2026-01-13 21:37:07 +02:00
  • e42c0111f1
    To merge (#2) Ammar 2026-01-13 10:24:31 +02:00
  • eda4c9dd19 Update Yupp.py Ammar 2026-01-13 09:39:11 +02:00
  • 7c65b9d3ed
    Merge branch 'main' into to_merge Ammar 2026-01-13 09:33:20 +02:00
  • 5e285d8ded use AsyncCloudScraper Ammar 2026-01-13 02:31:49 +02:00
  • 76d8dc20e5
    Fix Qwen provider implementation (#3322) Moises Tohias 2026-01-12 20:53:45 +01:00
  • 8c485d917e Restore parent_id in Qwen provider for conversation support moisestohias 2026-01-12 20:03:18 +01:00
  • 10a24f5de9 Remove debug print statements from Yupp class to clean up output v6.9.3 v6.9.2 hlohaus 2026-01-12 18:24:01 +01:00
  • 6b6e03aa4a Enhance Yupp API client and model manager to support custom session handling; add models_needs_auth attribute to AIBadgr class hlohaus 2026-01-12 17:51:49 +01:00
  • a869844c46 Refactor update_headers function to accept new API key and adjust authorization handling v6.9.1 hlohaus 2026-01-12 15:22:59 +01:00
  • 31fc8d005d Merge branch 'main' of github.com:xtekky/gpt4free moisestohias 2026-01-12 13:52:26 +01:00
  • 9802e64ab4 Fix Qwen provider implementation moisestohias 2026-01-12 13:49:56 +01:00
  • 6d2160b2bc Fix session token handling in render function to correctly append query string to latest version hlohaus 2026-01-12 12:20:05 +01:00
  • 3deb2fb986
    Merge pull request #3320 from xtekky/copilot/fix-web-interface-responsiveness H Lohaus 2026-01-12 00:11:32 +01:00
  • 02e0bf0270 Fix file descriptor leak in GUI render function copilot-swe-agent[bot] 2026-01-11 23:02:19 +00:00
  • 99e8f0280a Initial plan copilot-swe-agent[bot] 2026-01-11 22:59:00 +00:00
  • bb1f8ca5dc Refactor Yupp provider to remove unused create_scraper import; update website rendering logic to improve static URL handling hlohaus 2026-01-11 09:19:30 +01:00
  • 63363c22f4 Enhance Yupp provider by importing cloudscraper and updating error handling for missing requirements; refactor OpenaiTemplate to use Usage.from_dict for improved data handling v6.9.0 hlohaus 2026-01-10 22:09:37 +01:00
  • 8b24349968 Import create_scraper from cloudscraper to enhance scraper functionality hlohaus 2026-01-10 21:50:11 +01:00
  • 8b43b3cd4a Refactor Yupp provider to remove direct dependency on cloudscraper and streamline scraper usage v6.8.9 hlohaus 2026-01-10 21:46:05 +01:00
  • 53a7d8a44c Refactor Yupp provider to use CloudScraper directly in function signatures v6.8.8 hlohaus 2026-01-10 21:40:19 +01:00
  • 38cf247f3b Update Yupp provider to yield VariantResponse instead of PreviewResponse hlohaus 2026-01-10 21:02:04 +01:00
  • ab7b7f8b3a Fix API key validation to use underscores instead of dashes in OpenaiTemplate v6.8.7 hlohaus 2026-01-10 20:40:59 +01:00
  • 6759128b48
    Yupp (#3319) H Lohaus 2026-01-10 20:36:20 +01:00
  • 263fe05899 Check for cloudscraper availability and update Yupp provider status accordingly hlohaus 2026-01-10 20:35:43 +01:00
  • 053edba23f Refactor Api class: streamline provider label retrieval and update response handling in streaming hlohaus 2026-01-10 19:47:30 +01:00
  • 470e52f002 Refactor GeminiPro: update default_model path and consolidate model_aliases v6.8.6 hlohaus 2026-01-10 07:10:35 +01:00
  • b42ac28ae1 Update PollinationsAI to support additional API key prefix for image and text endpoints hlohaus 2026-01-10 07:05:12 +01:00
  • 798a951b9b Refactor providers to use OpenaiTemplate and add backup URLs; enhance response handling in API hlohaus 2026-01-10 06:35:41 +01:00
  • 48f77adebf Update LMArena.py Ammar 2026-01-10 05:11:01 +02:00
  • 31a51f7301
    Merge branch 'xtekky:main' into main Ammar 2026-01-10 04:45:12 +02:00
  • f612fd9653 Enhance AnyModelProviderMixin to support Perplexity and improve model mapping hlohaus 2026-01-09 22:38:19 +01:00
  • d94b9bf810 Update cache handling in PollinationsAI and OpenaiTemplate: modify cache logic and include cache header in Usage model hlohaus 2026-01-09 18:37:01 +01:00
  • 08c64b6f86 Fix response handling in Gemini: update TitleGeneration condition to check for dictionary type and correct index access v6.8.5 hlohaus 2026-01-09 14:44:28 +01:00
  • 97a85d6bef Refactor PollinationsAI: simplify prompt encoding and improve whitespace handling; update Gemini imports and response handling; enhance usage tracking in run_tools hlohaus 2026-01-09 14:18:56 +01:00
  • c6818ca6f8
    Merge branch 'xtekky:main' into main Ammar 2026-01-09 04:49:43 +02:00
  • 189a9266cb Refactor PollinationsAI: update image API endpoint, clean up default headers, and enhance error handling v6.8.4 hlohaus 2026-01-09 03:37:15 +01:00
  • 0872be32b4
    Merge branch 'xtekky:main' into yupp-fix-firewall-bypass GamerReady 2026-01-08 21:22:17 -04:00
  • 7bca4d486e Refactor PollinationsAI endpoints and clean up ClientFactory documentation hlohaus 2026-01-08 13:38:33 +01:00
  • 6c1e325fab Update LMArena.py Ammar 2026-01-07 01:32:54 +02:00
  • f31487bf3a fix _next_actions Ammar 2026-01-07 00:23:34 +02:00
  • 9afb592b39 Update Yupp.py Ammar 2026-01-06 02:14:01 +02:00
  • f6e2c71bbf Update Yupp.py Ammar 2026-01-06 02:04:44 +02:00
  • 9fdf1063af
    Yupp provider fix, vercel firewall bypass. GamerReady 2026-01-05 18:48:20 -04:00
  • 10a93c800a improve Ammar 2026-01-05 03:02:46 +02:00
  • a1c71b3a43 Update Yupp.py Ammar 2026-01-05 02:29:59 +02:00
  • a016100765 clean nodriver Ammar 2026-01-05 02:28:34 +02:00
  • a5bdb36908 Update nodriver_.py Ammar 2026-01-05 00:12:17 +02:00
  • 8141f6ce40 Update Copilot.py Ammar 2026-01-04 23:53:28 +02:00
  • ad6e73943e Update Copilot.py Ammar 2026-01-04 23:52:51 +02:00
  • 320ad44ce3 Update MetaAI.py Ammar 2026-01-04 23:51:57 +02:00
  • f80af781b0 Update __init__.py Ammar 2026-01-04 23:50:03 +02:00
  • c539b08dfe Stream Yupp Ammar 2026-01-04 23:46:53 +02:00
  • 92a9e8dc66 Update LMArena.py Ammar 2026-01-04 22:33:46 +02:00
  • bfc0210666
    Merge branch 'main' into main Ammar 2026-01-04 22:31:03 +02:00
  • 63d50a27a2 stream lm Ammar 2026-01-04 22:28:04 +02:00