Skip to content

v1.0.0

Compare
Choose a tag to compare
@sebastianmusial sebastianmusial released this 19 Mar 11:33
· 62 commits to main since this release
ce5efb2

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