Skip to content

Releases: boldare/openai-assistant

v1.1.0

13 May 11:31
6a5eda1
Compare
Choose a tag to compare
  • updated to the newest versions
  • migrated to the assistant v2
  • implemented new view for chatbot

v1.0.3

16 Apr 10:43
0d2cea9
Compare
Choose a tag to compare
  • Fix: displaying optional fields in logs

v1.0.2

11 Apr 12:26
70683f2
Compare
Choose a tag to compare

fix: run resolver for multiple function callings

v1.0.1

29 Mar 14:40
65d0afb
Compare
Choose a tag to compare

Features

v1.0.0

19 Mar 11:33
ce5efb2
Compare
Choose a tag to compare

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.

Documentation