Releases: Amm1rr/WebAI-to-API
WebAI to API v0.4.0
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
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
and2
) 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
- Updated internal libraries.
- Upgraded to Gemini API v1.14.0.
Fixed
- Ensured compatibility with Windows (tested on Windows 11).
Full Changelog: v0.2.3...v0.3.0
WebAI to API v0.2.3
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
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
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
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
- @linkedlist771 made their first contribution in #31
Full Changelog: v0.1.4...v0.1.5
WebAI to API v0.1.4
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
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.