Skip to content

Releases: yuting1214/FastAPIChat

FastAPIChat v1.1.0

25 Jun 20:22
4ed84ec
Compare
Choose a tag to compare

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

22 Jun 17:05
Compare
Choose a tag to compare

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