Mods and file packs for Desktop Goose
View the Project on GitHub DesktopGooseUnofficial/ResourceHub
AI integration mod for Desktop goose using any AI provider (i think any)
talk to the goose using artificial intelligence!
Makes the AI sentient (sort of), read the source for more details
Choose an AI provider; I recommend mistral because they give away free API usage (thank you mistral) or you can use openAI or use a local AI. Any AI provider that has a openai similar API should work.
the json examples below show usage with the mistral API.
"api_key": "kr7ApdZkEZr063jC2lfg67zAEAV3PB6Zy",
make sure to leave a comma at the end to not break the json file
"endpoint": "https://api.mistral.ai/v1/chat/completions",
"model": "mistral-tiny",
after this, you should be good to go! go to source to view more details regarding the configs
Release: Latest Releases
Source: Source code
Author: eternalshell
First, make sure that you are running Desktop Goose 0.3/0.31 on Windows. The macOS version does not support mods.
Mods
folder in the Assets
folder.GooseAI
.GooseAI.zip
file to the GooseAI
folder.config.ini
file and change EnableMods=False
to EnableMods=True
, then save it.Need help? You can ask for support in the #goose-modding channel on the Discord server.