Skip to content

Releases: Amm1rr/WebAI-to-API

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.

v0.1.0

04 Aug 01:08
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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.