Skip to content

Releases: Amm1rr/WebAI-to-API

WebAI to API v0.4.0

27 Jun 18:39
Compare
Choose a tag to compare

WebAI to API v0.4.0 - Release Notes

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.

Full Changelog: v0.3.0...v0.4.0

WebAI to API v0.3.0

25 Jun 02:40
Compare
Choose a tag to compare

WebAI to API v0.3.0 - Release Notes

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).

Full Changelog: v0.2.3...v0.3.0

WebAI to API v0.2.3

02 Jun 11:58
Compare
Choose a tag to compare

WebAI to API v0.2.3 - Release Notes

  • Docker Support Added: Introduced Docker configuration for easier deployment and environment setup.
  • Poetry Installation Fix: Resolved a bug related to project installation when using Poetry.

Full Changelog: v0.2.2...v0.2.3

WebAI to API v0.2.2

28 Jan 21:31
Compare
Choose a tag to compare

WebAI to API v0.2.2 - Release Notes

  • AI Model Removal: Claude and Deepseek API support removed.
  • Enhanced Cookie Handling: Improved cookie management for multiple cookies.
  • New API Endpoints: Introduced /translate, /gemini-chat, and /translate endpoints.
  • Maintenance: Cleaned up project, removed unused files, and updated .gitignore.

Full Changelog: v0.2.1...v0.2.2

WebAI to API v0.2.1

15 Mar 04:47
Compare
Choose a tag to compare

This release adds CORS middleware to the FastAPI application to enable cross-origin requests from different domains. This change allows frontend to easily communicate with the API and prevents errors related to browser security policies.

Full Changelog: v0.2.0...v0.2.1

WebAI to API v0.1.5

22 May 01:17
Compare
Choose a tag to compare

What's Fresh in WebAI to API v0.1.5

  • Project Makeover: Enjoy a revamped project structure that's now modular for easier navigation.
  • Updated Examples: Dive into refreshed examples that showcase the latest features and capabilities.
  • Clarified Documentation: Find clearer instructions and documents to guide you through every step.

What's Changed

  • Enhancement: add retry and waiting in the conversation creation by @linkedlist771 in #31

New Contributors

Full Changelog: v0.1.4...v0.1.5

WebAI to API v0.1.4

06 Apr 07:10
Compare
Choose a tag to compare

What's New in WebAI to API v0.1.4

  • Updated Google Gemini
  • Updated Claude 3
  • Removed ChatGPT
  • Added Streaming Response to Claude and Gemini
  • Fixed documents and instructions

Free Chatbot API v0.1.3

13 Aug 05:33
Compare
Choose a tag to compare

What's new in WebAI to API v0.1.3

This release represents the first stable version with support for the recent enhancements in Claude and Bard services.

New Features

  • ChatGPT Code Review Integration: I have added a new /CodeReview endpoint to enable ChatGPT Code Review functionality. This allows users to get AI-assisted code reviews from the local server.

  • ShellGPT Endpoint: A new /ShellGPT endpoint has been added to support ShellGPT.

  • Improved Stability: I have made various fixes and improvements to increase the overall stability and robustness of the system.

  • Performance Optimization for Bard: Improve connection performance with request session pool. This avoids creating a new connection for every request, improving
    overall performance.

v0.1.2

05 Aug 20:38
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's New:
Implemented automatic login for Bard, eliminating the need for manual configuration.

v0.1.1

05 Aug 03:42
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's New:
-----

  • Added auto-login to Claude without the need for configuration.