Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Beta

Compare
Choose a tag to compare
@Hukasx0 Hukasx0 released this 10 Jul 13:29
· 218 commits to main since this release

Added:

  • roleplaying is possible now
  • ai has a long-term memory
  • ai learns about the user and other things while chatting
  • it is possible to add custom data to ai long term memory using the API
  • it is possible to edit data about the chatting person (user)

Only one model is supported:
https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML
specifically this version:
https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML/resolve/main/Pygmalion-7b-4bit-Q4_1-GGML-V2.bin

How to install?
recommended:
On windows, download "download_windows.bat" and run as administrator, it will download everything required and place it in the appropriate folders.
On Linux it's the same except we use "download_linux.sh"

manual installation:
you download an executable file (AI_companion.exe or AI_companion)
then you create a folder "models" and put in it https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML/resolve/main/Pygmalion-7b-4bit-Q4_1-GGML-V2.bin

on windows you also need to download https://www.sqlite.org/2023/sqlite-dll-win64-x64-3420000.zip
and extract in the same folder as AI_companion.exe