Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@joymollik1234 joymollik1234 released this 05 Apr 10:12
· 1 commit to main since this release

New Features

  • Integrated Gemini
  • Integrated Claude
  • Gemini, Claude, Dall E Settings for Super Admin
  • Stream Response for Gemini, Claude, and OpenAI chat
  • GPT Usage Dashboard
  • Added "Function Calling Assistants" feature that allows superadmins to define and add new function definitions from the UI, including configuring API calls that will be handled by the assistant tools' function calling feature.

Bug Fixed

  • Resolved git related issue for OpenAI Config file
  • Fixed after login redirect Issue
  • Fixed Claude, Gemini, OpenAI Response Redirect to Error 404 page issue
  • Fixed prompt enter issue while response generation is in progress

Improved

  • Chatbox with Gemini, Claude, ChatGPT Options
  • Improved how previously we used to store

Changed

  • Upgraded Node.js version to 20 (Note: Ensure compatibility with your projects, Gemini will require node >= v20 to function properly )

Refactoring

  • Migrated assistant tools calling functions from createChatPerAssistant to a centralized utils/assistantFunctionMapper.js module for better code organization and maintainability.