
MCChatGPT
A mod that provides a ChatGPT interface inside Minecraft
7K загрузок42 подписчиковMITfabricforge
Обновлён 24 апреля 2023 г. · опубликован 8 марта 2023 г.
MCChatGPT
A mod that provides a ChatGPT interface inside minecraft
This model knows it's inside Minecraft, and will respond accordingly.
- The model is limited by ChatGPT's training data, which ended around when 1.17 was released.

Commands
- Use
/mcchatgpt-auth <token>with your OpenAI token to authenticate with the API- You can get a token from OpenAI API Keys
- Use
/ask <question>to ask the model a question, the model will respond in the chat with context from the last 10 messages.- Hover over the message to see the number of tokens used and approximate cost of the API request.
- Use
/setcontextlevel <0-3>to set the context level of the model.- Higher context levels will provide the model with more information about the world and the player but will cost more per API request.
- 0: No information (default)
- 1: Player information
- + ~100 tokens per request
- 2: Player and world information
- + ~200 tokens per request
- 3: Player, world, and entity information
- + ~1k tokens per request
- Use
/nextconversationgo to the next conversation, or start a new conversation with the model. - Use
/previousconversationto go back to the previous conversation with the model. - Use
/setconversation <conversationid>to set the conversation with the model to a specific conversation. - Use
/listconversationsto list all the conversations you have had with the model.- This will provide the conversation id, and the last message you sent in the conversation.
Config
- model: The model used for the API requests.
- Must support Chat Completions otherwise an error will occur.
gpt-3.5-turbois the default value.- If changed, you may need to change the estimated_cost_per_token value in the config to match the new model.
- You can find a list of models here.
- temperature: The temperature used for the API requests.
- Between 0 and 2, higher values will result in more creative responses, while lower values will result in more deterministic responses.
1.0is the default value.
Installation
- Download the latest version of the mod from the releases page
- If you are using the fabric version, please download the latest version of Fabric API
- Place the downloaded mod files in your mods folder
- Launch Minecraft
Reporting Bugs
If you find any bugs, please report them on the issue tracker.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.2.1 | Релиз | 1.18.2 | fabric | 24 апреля 2023 г. | Скачать (4.0 МБ) |
| 0.2.1 | Релиз | 1.18.2 | forge | 24 апреля 2023 г. | Скачать (8.5 МБ) |
| 0.2.1 | Релиз | 1.19.4 | forge | 24 апреля 2023 г. | Скачать (8.5 МБ) |
| 0.2.1 | Релиз | 1.19.4 | fabric | 24 апреля 2023 г. | Скачать (4.0 МБ) |
| 0.2.0 | Релиз | 1.19.4 | fabric | 31 марта 2023 г. | Скачать (4.0 МБ) |
| 0.2.0 | Релиз | 1.19.4 | forge | 31 марта 2023 г. | Скачать (8.5 МБ) |
| 0.1.0 | Релиз | 1.19.4 | forge | 19 марта 2023 г. | Скачать (8.5 МБ) |
| 0.1.0 | Релиз | 1.19.4 | fabric | 19 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.5 | Бета | 1.19.2 | fabric | 11 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.5 | Бета | 1.19.3 | fabric | 11 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.4 | Бета | 1.19.2 | fabric | 10 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.4 | Бета | 1.19.3 | fabric | 10 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.3 | Бета | 1.19.3 | fabric | 10 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.3 | Бета | 1.19.2 | fabric | 10 марта 2023 г. | Скачать (3.9 МБ) |
| 0.0.2 | Бета | 1.19.2 | fabric | 9 марта 2023 г. | Скачать (3.9 МБ) |
Показаны последние 15 из 16 версий.
Ченджлог
0.2.0Релиз1.19.4 · 31 марта 2023 г.
See forge 0.2.0
0.2.0Релиз1.19.4 · 31 марта 2023 г.
Added Context Levels Added configurability for model and temperature
0.1.0Релиз1.19.4 · 19 марта 2023 г.
Release Forge
Update to 1.19.4
0.1.0Релиз1.19.4 · 19 марта 2023 г.
Update to 1.19.4
0.0.4Бета1.19.2 · 10 марта 2023 г.
Fix spelling mistake
0.0.4Бета1.19.3 · 10 марта 2023 г.
Fix spelling mistake
0.0.3Бета1.19.3 · 10 марта 2023 г.
0.0.3 for 1.19.3
0.0.3Бета1.19.2 · 10 марта 2023 г.
Move commands to client-side
Add Simplified Chinese Language
Forge still broke
Комментарии
Загружаем…