Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.83 KB

File metadata and controls

77 lines (50 loc) · 2.83 KB

WebAI to API

Added

  • Added support for file attachments and generated artifacts, including images, videos, audio, and documents.
  • Added POST /v1/temporary/chat/completions for Gemini WebAPI temporary conversations that are not stored in Gemini history and do not create SQLite conversation snapshots.
Changed
  • Migrated the project licensing model to Apache License 2.0 as the sole project license.
  • Updated /translate to use Gemini temporary requests so translation conversations are not stored in Gemini history.
  • Updated README and OpenAPI documentation for temporary Gemini chat and translation behavior.

v0.5.0 – 2026-06-01

Added
  • Added Atlas Cloud provider support.
  • Added health, readiness, and runtime diagnostics endpoints.
  • Added provider-scoped authentication configuration.
  • Added contributor and commercial licensing framework.
  • Expanded automated test coverage across core runtime components.
Fixed
  • Restored Playwright bootstrap authentication flow.
  • Improved authentication source discovery and fallback behavior.
  • Hardened browser lifecycle, session recovery, and shutdown handling.
  • Fixed Playwright interaction timeout configuration.
  • Fixed authentication issues related to cookie configuration and loading.
Changed
  • Migrated to a provider-centric architecture with unified backend routing.
  • Unified Gemini WebAPI and Playwright execution models behind a common provider layer.
  • Removed the legacy g4f integration and related dependencies.
  • Improved runtime observability, diagnostics, and request correlation.
  • Updated Docker deployment guidance and Playwright onboarding workflow.
  • Expanded architecture documentation and runtime specifications.

v0.4.0 – 2025-06-27

Added
  • Displayed a user message explaining how to use the gpt4free server.
Fixed
  • Resolved execution issue on Windows 11.
  • Improved error handling with appropriate user-facing messages.
Changed
  • Updated internal libraries and dependencies.

v0.3.0 – 2025-06-25

Added
  • Improved server startup information display, including available services and API endpoints.
  • Added a new method using the gpt4free v0.5.5.5 library, which also functions as a fallback.
  • Introduced support for switching between models using keyboard shortcuts (keys 1 and 2) in the terminal.
  • WebAI-to-API now uses your browser and cookies only for Gemini, resulting in faster performance.
  • gpt4free integration provides access to multiple providers (ChatGPT, Gemini, Claude, DeepSeek, etc.), ensuring continuous availability of various models.
Changed
Fixed
  • Ensured compatibility with Windows (tested on Windows 11).