- Enhance chatbot handling of content length exceeding maximum limit.
- Add chat functionality using Google's PaLM API.
- Enable ChatGPT to answer questions by making calls to external tools, APIs, or databases.
- Implement token counter and price monitor in chat window.
- Enable the Enter key for sending messages in chat window.
- Enable automatic chat session resizing based on window size.
- Enable users to download chat session as a text file.
- Enable users to chat with .csv documents.
- Enable users to customize chat settings (e.g. font size and background color).
- Enable users to ask follow-up questions when chatting with documents.
- Enable users to customize chatbot parameters by uploading a configuration file.
- Allow users to modify chatbot parameters (e.g. prompt, temperature, and chunk size).
- Add multi-document chat functionality.
- Add chat functionality for additional document formats (.pdf, .doc, and .docx).
- Enable users to initiate a new chat session.
- Enable users to choose their preferred GPT model.
- Enable users to chat with their text (.txt) documents.
- Initial release.