You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.