Skip to content

Free Chatbot API v0.1.3

Compare
Choose a tag to compare
@Amm1rr Amm1rr released this 13 Aug 05:33
· 182 commits to master since this release

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.