Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Amm1rr Amm1rr released this 04 Aug 01:08
· 211 commits to master since this 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.