Desktop Goose ResourceHub

Logo

Mods and file packs for Desktop Goose

View the Project on GitHub DesktopGooseUnofficial/ResourceHub

GooseAI

AI integration mod for Desktop goose using any AI provider (i think any)

image1

talk to the goose using artificial intelligence!

Makes the AI sentient (sort of), read the source for more details

How to setup

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.

1. In the JSON file, replace “key” with your real API key that you got from whatever provider you’ve chosen:

"api_key": "kr7ApdZkEZr063jC2lfg67zAEAV3PB6Zy",

make sure to leave a comma at the end to not break the json file

2. Replace “endpoint-url” to your provider’s enpoint:

"endpoint": "https://api.mistral.ai/v1/chat/completions",

3. Replace “ai-model” with your chosen AI model:

"model": "mistral-tiny",

after this, you should be good to go! go to source to view more details regarding the configs

Download:

Release: Latest Releases

Source: Source code

Author: eternalshell


Installation guide

First, make sure that you are running Desktop Goose 0.3/0.31 on Windows. The macOS version does not support mods.

  1. If you have the Goose running, close him first.
  2. Go to the Mods folder in the Assets folder.
  3. Create a folder with the name GooseAI.
  4. Copy the files inside the GooseAI.zip file to the GooseAI folder.
  5. Go back to the Desktop Goose folder.
  6. If you haven’t already, open the config.ini file and change EnableMods=False to EnableMods=True, then save it.
  7. Open the Goose again and enjoy!!

Need help? You can ask for support in the #goose-modding channel on the Discord server.