3.0.0
This update introduces text streaming to Quasai, which took me some time to figure out how to implement using Godot. Although it is not perfect and currently does not handle special characters, I am hoping to find a solution to enable its full functionality.
Text streaming will also be extended to more modes; it presently works for Greentext and General Chatting. Future updates may be slower or smaller in size, as my focus will be on adding larger features such as running local LLM models, creating my website for Quasai, and maybe even introducing image generation models like Stable Diffusion. I have numerous plans, but it will take time to accomplish them.
Thank you for your support and patience. If you find what I'm doing exciting, please share it with others or consider contributing to help me continue working on Quasai and transforming it into the best free open-source AI tool available.
0.3.0:
- Text streaming is now possible in general chat mode. Responses will start generating as soon as you send your message and stream the response. This has the added benefit of the response being less likely to time out, especially for larger responses.
- Text streaming is now possible for the Greentext mode.
- A new game mode, "AI Pretender" has been added that is similar to 20 questions where the AI will be a person or character, and you must guess who they are by asking questions.
- The Tokenizer tool has been updated to support multiple tokenizer models thanks to the SharpToken C# package. This includes a tokenizer for GPT-4.
- A new logo/icon for Quasai has been added. Designed by Brear Croghan
- With the new tokenizer, some token calculations will be more accurate and match whichever model you are currently using.
- There are also improvements to the HTTP code and fixes to threaded code to improve stability.
- An error in General Chatting, where chats would stop after the max token length the model can handle, has been fixed. Chats can be as long as you want now, but the AI will only have context as large as the model you are using can handle. Once a chat history is larger than the model's token limit, older messages will be removed from active memory. The full chat history is still saved for viewing.
- Known bug: Text streaming does not allow special characters or emojis currently. Special characters can be received, but the AI will not be sent any special characters due to some unknown HTTP error.
Files
Get Quasai - ChatGPT Client
Quasai - ChatGPT Client
An easy way to interface with OpenAI's API for ChatGPT
Status | Prototype |
Category | Tool |
Author | CDcruz |
Genre | Visual Novel |
Tags | Creative, Generator, GitHub, Godot, Graphical User Interface (GUI), Text based |
More posts
- 0.3.1May 23, 2023
- 0.2.2Apr 17, 2023
- 0.2.1Mar 30, 2023
- 0.2.0 + Renamed to QuasaiMar 25, 2023
- 0.1.8 + some other infoMar 22, 2023
- 0.1.7Mar 19, 2023
- 0.1.6aMar 18, 2023
- 0.1.6Mar 17, 2023
- 0.1.5Mar 12, 2023
Leave a comment
Log in with itch.io to leave a comment.