Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@alcoftTAO alcoftTAO released this 17 Oct 19:20

New

  • Moved assets to this repository (I4.0's assets repository is now deprecated).
  • New and updated documentation.
  • Splitted different chatbots across 3 files.
  • New configuration.
  • I4.0 can now store memories across conversatios.
  • New server functionality.
  • More security in the servers.
  • Added some code that deletes the generated files from the server when processing is done.
  • Files now have a maximum size allowed by the server.
  • New system prompts.
  • Support for Intel GPUs in most of services.

Fixed / Updated

  • Fixed and updated audio generation.
  • Fixed speech recognition using hf.
  • Fixed depth estimation.
  • Fixed image to text.
  • Fixed and updated image to image.
  • Updated some functionalities of the chatbots.
  • Fixed some bugs in Python 3.11.
  • When deleting a conversation it now gets fully deleted, instead of replacing it with empty strings.
  • Fixed some server errors that made the server crash.
  • Clients can now send files to the server, instead to sending it to another server.
  • Fixed some other bugs in the server.
  • Fixed some bugs related to the conversations.
  • Update conversation templates.
  • Updated the automatic installation of requirements.
  • Updated requirements.
  • Updated test.
  • Updated both C# and TypeScript bindings.
  • Updated the readme with the latest information.

Working on

  • Support for Intel GPUs in RVC.
  • Multimodal chatbot.
  • TextToImage generation with StableDiffusion.CPP.

Note

This new version clients are compatible with the servers from this same version (v8.0.0).
Also, new version servers are compatible with the clients for this same version.