IntelliNode v1.3.9
New Changes 🌟
- ChatGPT Streaming: Added support for ChatGPT streaming, allowing users to receive a stream of responses instead of waiting for the entire conversation to complete.
- OpenAI Whisper Support: Added support for speech-to-text functionality.
Code Examples 💻
- Install the module:
npm i intellinode
- Code example for ChatGPT streaming: test_chatbot.js.
- Chatbot documentation with streaming instructions.
Contributors 👏
- @Barqawiz updated the chatbot to support streaming.
- @pushoo-sharma added whisper integration.