Enhance LMArena and PuterJS providers with error handling and model filtering improvements hlohaus 提交于 2025-09-08 09:19 7e34009f
Fix latest_version handling in render function to correctly append query string hlohaus 提交于 2025-09-07 02:54 0f8853d9
Update render function to use GITHUB_URL for download URL handling hlohaus 提交于 2025-09-07 02:44 99e647a0
Refactor render function to simplify download URL handling by removing version query parameter hlohaus 提交于 2025-09-07 02:42 3852fda3
Update download URL in website.py to use GITHUB_URL for improved version handling hlohaus 提交于 2025-09-07 02:27 130a4295
Update render function to use latest_version for download URL and cache handling hlohaus 提交于 2025-09-07 01:57 9b4727b2
Refactor tool_calls handling in iter_response and async_iter_response functions for improved readability and logic consistency hlohaus 提交于 2025-09-07 01:44 24ebab64
Update render function to include version in download URL and improve cache handling hlohaus 提交于 2025-09-07 01:39 bc77a922
Refactor render function in website.py to improve HTML handling and caching logic hlohaus 提交于 2025-09-07 01:02 ffae27b3
Update g4f_cli.py to call main function from g4f.cli on execution hlohaus 提交于 2025-09-06 21:27 09b35403
Refactor BrowserConfig class: move it from requests to cookies module and update its initialization. hlohaus 提交于 2025-09-06 21:22 4f44c149
Add BrowserConfig initialization in cookies.py and ensure directory creation in SharedTokenManager hlohaus 提交于 2025-09-06 21:20 c7bb1538
Improve user identity header handling in Copilot provider by conditionally including it based on access token presence. hlohaus 提交于 2025-09-06 20:41 aff4e127
Ensure BrowserConfig port is converted to integer when retrieved from environment variable hlohaus 提交于 2025-09-06 20:36 76a1bb75
Update BrowserConfig port retrieval to handle non-integer values from environment variable hlohaus 提交于 2025-09-06 20:32 a4d0a10a
Refactor SharedTokenManager to remove async from reloadCredentialsFromFile and update its invocation. Set default host in BrowserConfig to 127.0.0.1. hlohaus 提交于 2025-09-06 20:22 bca45481
Refactor Copilot provider to improve authentication handling and streamline media uploads; add error handling for user retrieval. Enhance QwenCode provider to manage token validation and refresh logic. Update backend API to include new error handling for model and provider not found scenarios. Add start-browser script for automated Chrome launch. hlohaus 提交于 2025-09-06 20:11 d0ae94de
Enhance LMArena provider to handle image responses and raise MissingRequirementsError for missing auth files hlohaus 提交于 2025-09-06 19:02 2bb58a18
Enhance PuterJS provider to track live model instances and update BrowserConfig for automation tool settings hlohaus 提交于 2025-09-06 16:28 933fff98
Refactor Gemini, GeminiCLI, GeminiPro, and QwenCode providers to streamline model handling and track live instances hlohaus 提交于 2025-09-06 12:32 9fbff634
Track live model instances in Ollama and Cohere providers, updating count on model retrieval hlohaus 提交于 2025-09-06 12:10 6607c82d
Add models_needs_auth flag to Groq provider and enhance get_models method to load API key hlohaus 提交于 2025-09-06 12:01 3df3595e
Track live model instances in PollinationsAI, LMArena, OpenaiTemplate, and base_provider classes hlohaus 提交于 2025-09-06 11:48 5bfea461
Track live provider instances and update count on success or failure in various providers hlohaus 提交于 2025-09-06 11:28 1cbf9dfb