Skip to content

Documentation, New Functions, Fixes

Compare
Choose a tag to compare
@kramcat kramcat released this 08 Jun 12:07
· 73 commits to main since this release
5fd0fb1

Changes:

  • Name of pyCAI changed to PyCAI
  • Name of pyAsyncCAI changed to PyAsyncCAI
  • Written documentation
  • Fix error 500
  • Added more errors
  • Added chat.rate('CHAR', RATE)
  • Added chat.next_message('CHAR')
  • Added chat.get_chat('CHAR')
  • Added chat.delete_message('HISTORY_ID', 'UUIDS_TO_DELETE')
  • Fixed showing filtered messages
  • Code changed to PEP8