Skip to content

v2-alpha-release

Latest
Compare
Choose a tag to compare
@teddybear082 teddybear082 released this 17 Jun 11:06
· 6 commits to main since this release

-DOCUMENTATION FOR USE IS IN THE WIKI: https://github.com/teddybear082/godot4-ai-npc-example/wiki

-Update kuvaus llamagpt4j-chat to latest release (https://github.com/kuvaus/LlamaGPTJ-chat/releases/tag/v0.2.8)

-Add support for XVASynth v3 voices for PCVR if XVASynth is installed on the system, a v3 voice model is installed where expected in XVASynth, and the cfg file has a path to the model (see https://store.steampowered.com/app/1765720/xVASynth/)

-Use pcvrrelease zip for pcvr, use quest-release zip for quest.

-For PCVR, the character is "pre-programmed" to be Bob the Robot who works in a factory. Note to use PCVR default you need to install the ggml-gpt4all-j-v.1.3-groovy.bin model from gpt4all.io, found here: https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin in the .exe directory as it is too large to be included in a github release, if you wish to use GPT4All as the AI provider.

For Quest, note that you will need API keys for your chosen speech to text, AI response, and text to speech service for the program to work. See documentation in Wiki.