Releases: yuting1214/FastAPIChat
Releases · yuting1214/FastAPIChat
FastAPIChat v1.1.0
Bug Fixes
- URL Construction:
Replaced manual URL concatenation with urljoin from the urllib.parse module to ensure robust and accurate URL construction across the application. - Deployment:
Update Private Networking for database connection in Railway.
FastAPIChat v1.0.0
Release Note for FastAPIChat v1.0.0
We are thrilled to announce the release of FastAPIChat v1.0.0! 🎉
Highlights
Key Features:
- LLM Chats: Engage with over 10 popular language models.
- LLM Arena: Test and compare different LLMs in a competitive setup.
- Chat Feedback Collection: Collect and utilize feedback to improve chatbot responses.
- FastAPI API Documentation and Authentication: Comprehensive API documentation and secure authentication.
Integrations:
- LangChain
- OpenRouter
- Gradio
- FastAPI