gpt4free/g4f
2026-05-16 00:10:46 +02:00
..
api Merge pull request #3418 from xtekky/copilot/add-pa-py-file-parser-executor 2026-04-06 00:39:51 +02:00
cli fix: update reCAPTCHA tokens in LMArena class and change debug mode to dev in CLI 2026-05-16 00:10:46 +02:00
client Fix finish_reason to return tool_calls when tool calls are present 2026-04-06 08:43:11 +00:00
gui fix: ensure filename has .html extension in _playground method 2026-05-15 04:57:18 +02:00
image fix: update get_media_extension to return empty string for unsupported extensions 2026-05-03 02:24:23 +02:00
integration Refactor PollinationsAI model selection logic; update default system in AIModel; clean up unused provider imports 2025-11-10 13:58:07 +01:00
local
locals
mcp Enhance security in pa_provider by implementing import restrictions for sensitive submodules; remove unused AuthManager import in base_provider 2026-04-06 05:02:23 +02:00
Provider fix: update reCAPTCHA tokens in LMArena class and change debug mode to dev in CLI 2026-05-16 00:10:46 +02:00
providers feat: update PuterJS to use gpt-5.1 as default model and streamline model fetching logic 2026-05-03 17:12:06 +02:00
requests Refactor provider methods to unify async and sync handling, enhance clarity, and improve error management 2026-04-16 02:38:03 +02:00
tools fix: ensure api_key validation checks for string type in is_provider_api_key function 2026-05-03 20:17:05 +02:00
__init__.py Refactor provider method handling for improved clarity and consistency; update mocks and add SKILL.md for usage guidance 2026-04-17 14:07:49 +02:00
__main__.py
config.py Update config.py 2026-04-05 01:07:34 +02:00
cookies.py fix: Update thought signature handling and improve tool call processing in Antigravity and GeminiCLI providers 2026-04-04 01:12:47 +02:00
debug.py
errors.py fix: Update references from 'nest_asyncio' to 'nest-asyncio2' across the codebase 2026-01-27 11:29:43 +01:00
files.py
models.py Refactor media rendering to yield messages only if content parts exist 2026-04-07 16:28:14 +02:00
typing.py feat: Implement JSON Schema sanitization for Gemini API compatibility and enhance OpenClaw setup script 2026-04-01 22:29:22 +02:00
version.py