Releases: boldare/openai-assistant
Releases · boldare/openai-assistant
v1.2.1
v1.2.0
- handled annotations in the chatbot 🎉
- handled vision for 4o model 🎉
- bugfixes for attachments
APP_URL
- as an optional env variable - it should be used for external domains- root package.json update
- library package.json update
v1.1.0
- updated to the newest versions
- migrated to the assistant v2
- implemented new view for chatbot
v1.0.3
- Fix: displaying optional fields in logs
v1.0.2
fix: run resolver for multiple function callings
v1.0.1
Features
- assistants streaming events 🎉
- more: https://platform.openai.com/docs/api-reference/assistants-streaming
v1.0.0
Main functionalities:
- WebSockets: The library provides a WebSocket server for real-time communication between the client and the assistant.
- REST API: The library provides a REST API for communication with the assistant.
- Function calling: The library provides a way to create functions, which allows you to extend the assistant's capabilities with custom logic.
- File support: The library provides a way to add files to the assistant, which allows you to extend the assistant's knowledge base with custom data.
- TTS (Text-to-Speech): The library provides a way to convert text to speech, which allows you to create voice-based interactions with the assistant.
- STT (Speech-to-Text): The library provides a way to convert speech to text, which allows you to create voice-based interactions with the assistant.