CreatureChat
Chat, befriend, and interact with a rich world of creatures like never before! All creatures can talk and respond naturally using AI.
Features:
- Dynamic Dialogues: Engage with Minecraft creatures like never before, each with a unique character sheet.
- AI-Driven Chats: Powered by ChatGPT, ensuring each conversation is fresh and engaging.
- Custom Behaviors: Creatures can make decisions on their own and Follow, Flee, Attack, and more!
- Reactive Interactions: Creatures automatically react to being damaged or receiving items from players.
- Friendship Status: Track your relationships on a 7-point scale, from foes to friends.
- Custom UI Artwork: Features beautiful hand-drawn icons for entities, expressive chat bubbles.
- Multi-Player Interaction: Share the experience; conversations sync across server & players.
- Personalized Memory: Creatures remember past interactions, making each chat more personal.
- Model Support: Flexible backend, compatible with various GPT and open-sources LLM models.
Ready to deepen your Minecraft journey with meaningful conversations and enduring friendships?
Step into the world of CreatureChat
Installation
- Install Fabric Loader & API: Follow the instructions here.
-
Install CreatureChat Mod: Download and copy
creaturechat-*.jar
andfabric-api-*.jar
into your.minecraft/mods
folder. -
Create an OpenAI API key: Visit https://platform.openai.com/api-keys, and use the + Create new secret key button.
Copy/Paste your key into the
/creaturechat key set <YOUR-SECRET-KEY-HERE>
command.
Commands
The CreatureChat mod allows users to configure settings via in-game commands. Here's how to use them:
Command Usage
-
REQUIRED:
/creaturechat key set <key>
- Sets the OpenAI API key. This is required for making requests to the LLM.
-
OPTIONAL:
/creaturechat url set "<url>"
- Sets the URL of the API used to make LLM requests. Defaults to
"https://api.openai.com/v1/chat/completions"
- Sets the URL of the API used to make LLM requests. Defaults to
-
OPTIONAL:
/creaturechat model set <model>
- Sets the model used for generating responses in chats. Defaults to
gpt-3.5-turbo
.
- Sets the model used for generating responses in chats. Defaults to
-
OPTIONAL:
/creaturechat timeout set <seconds>
- Sets the timeout (in seconds) for API HTTP requests. Defaults to
10
seconds.
- Sets the timeout (in seconds) for API HTTP requests. Defaults to
Configuration Scope:
OPTIONAL: You can specify the configuration scope at the end of each command to determine where settings should be applied:
-
Default Configuration (
--config default
): Applies the configuration universally, unless overridden by a server-specific configuration. -
Server-Specific Configuration (
--config server
): Applies the configuration only to the server where the command is executed. - If the
--config
option is not specified, thedefault
configuration scope is assumed.
Costs & Security
Using third-party Large Language Model (LLM) APIs, such as OpenAI, will incur usage-based fees. These fees are based on the amount of data processed. Before integrating your API key, please review the pricing details provided by the API provider. Be aware of the potential costs and plan your usage accordingly to avoid unexpected charges.
Does OpenAI offer a FREE model?
While ChatGPT is a popular product and does offer a free version to their users on their website,
the OpenAI developer API does not extend any free models or free usage. You will be charged for each token
consumed and generated. We use the gpt-3.5-turbo
model by default, due to its extremely low cost
and fast performance... however it is not free.
Screenshots
Authors
- Jonathan Thomas jonathan@openshot.org
- owlmaddie owlmaddie@gmail.com
Contact & Resources
- Join us on Discord
- Build Instructions (Source Code)
- Download from Modrinth or CurseForge
- Follow Us: YouTube | Twitter | TikTok
Legal Information
Please review our Terms of Service and Privacy Policy before using CreatureChat. By using our services, you agree to comply with these documents.
License
CreatureChat is a Minecraft mod which allows chat conversations with entities.
Copyright (C) 2024 owlmaddie LLC
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.