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.