04/24/2024 - Bug fix.
js/app.js
----------------------
The following files were modified in the version of 06/14/2023
php/api.php
json/config.json


- Added new models:
- gpt-3.5-turbo-16k: Same capabilities as the standard gpt-3.5-turbo model but with 4 times the context. (16,384 tokens)
- gpt-4: More capable than any GPT-3.5 model, able to do more complex tasks (8,192 tokens)
- gpt-4-32k: Same capabilities as the base gpt-4 mode but with 4x the context length. Will be updated with our latest model iteration. (32,768 tokens)


Please note: To use GPT4, you need a specific key for it. Currently, the GPT3 key is not compatible. Obtaining a GPT4 key requires approval through a whitelist signup process. You can sign up for it through the provided link.
https://openai.com/waitlist/gpt-4-api
------------------------------------------------------------------------

The following files were modified in the version of 03/29/2023:

- Individual chats with animals can now be opened through a URL (Chatting directly with the animal without the need to select from the list).
- A possibility to add a privacy policy text in the site's footer (Displayed in a modal).
- Pre-configuration in the app.js file to receive a future update for the GPT4 chat. Please note that GPT4 will only be made available once it is out of beta.
- It is now possible to individually set the "Chat GPT Turbo or Text davinci 03" model for each animal.

changed files:
index.html
js/app.js
php/api.php
style/app.css

------------------------------------------------------------------------

The following files were modified in the version of 03/21/2023:
sweetalert2.all.min.js
------------------------------------------------------------------------
The following files were modified in the version of 03/20/2023:

index.html
js/app.js
js/sse.js
json/character.json
json/config.json
json/lang.json
php/api.php
thumb/ (new images added)

-Added 11 new intelligent animals.
-Added button to copy text from chat.
-Added button to cancel message sending.
-Added text stream feature. This functionality is not compatible with all servers, being supported only on servers that do not have cache, buffer or GZIP compression installed.
