Releases: Amm1rr/WebAI-to-API
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.
v0.1.2
v0.1.1
v0.1.0
Free Chatbot API
This project implements a Python web API that offers free access to three leading AI chatbots ChatGPT, Google Bard, and Claude through a single interface.
Key features:
- Unified API endpoints allow seamlessly querying ChatGPT, Google Bard, and Claude from one integration.
- Leverages the free web/browser versions of each AI service by managing cookies and sessions. Avoid costs of paid API access.
- Simple API for text completion, question answering, and conversational queries. Integrate AI capabilities easily.
- Lightweight Python server using FastAPI. Easily self-host locally or on your own infrastructure.
- Full support for streaming responses.