Topics:2d game, AI CG, anal sex, animated, male protagonist, oral sex, teasing, vaginal sex
How to install:1. Extract and run.
Online
Open AI Key:- Go to https://platform.openai.com/account/api-keys
- Click on "Create new secret key".
- OpenAI may request payment information.
- You will receive a key in this format: sk-2kA1g....JJOdkBO
- Enter your key in config.txt
- edit OPENAI_API_KEY=sk-2kA1g....JJOdkBO.
Offline- Leave the OPENAI_API_KEY empty.
- Requires Python 3 to be installed. (Tested on Python 3.11.3)
- Open the LLAMA folder, run the "llama_server.bat".
- You will receive the address where it is running.
- Running on http://127.0.0.1:5000
- Configure LLAMA_URL and LLAMA_PORT if necessary.
- Put your model in the LLAMA/models folder.
- Edit LLAMA_MODEL to the name of the file, example:
- LLAMA_MODEL=ggml-alpaca-7b-q4.bin.
- You can use this model or a compatible one:
- https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/resolve/main/ggml-alpaca-7b-q4.bin
- Questions at discord
Developer comments:OPENAI and ELEVENLABS API calls occur locally on your device, I don't have access. If you wish, you can revoke or delete your API KEY after use.