Перейти к содержимому
Mineforgian

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

Modrinth CurseForge

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.

Usage Example

Commands

  • Use /mcchatgpt-auth <token> with your OpenAI token to authenticate with the API
  • 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 /nextconversation go to the next conversation, or start a new conversation with the model.
  • Use /previousconversation to go back to the previous conversation with the model.
  • Use /setconversation <conversationid> to set the conversation with the model to a specific conversation.
  • Use /listconversations to 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-turbo is 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.0 is the default value.

Installation

  1. 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
  2. Place the downloaded mod files in your mods folder
  3. Launch Minecraft

Reporting Bugs

If you find any bugs, please report them on the issue tracker.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.2.1Релиз1.18.2fabric24 апреля 2023 г.Скачать (4.0 МБ)
0.2.1Релиз1.18.2forge24 апреля 2023 г.Скачать (8.5 МБ)
0.2.1Релиз1.19.4forge24 апреля 2023 г.Скачать (8.5 МБ)
0.2.1Релиз1.19.4fabric24 апреля 2023 г.Скачать (4.0 МБ)
0.2.0Релиз1.19.4fabric31 марта 2023 г.Скачать (4.0 МБ)
0.2.0Релиз1.19.4forge31 марта 2023 г.Скачать (8.5 МБ)
0.1.0Релиз1.19.4forge19 марта 2023 г.Скачать (8.5 МБ)
0.1.0Релиз1.19.4fabric19 марта 2023 г.Скачать (3.9 МБ)
0.0.5Бета1.19.2fabric11 марта 2023 г.Скачать (3.9 МБ)
0.0.5Бета1.19.3fabric11 марта 2023 г.Скачать (3.9 МБ)
0.0.4Бета1.19.2fabric10 марта 2023 г.Скачать (3.9 МБ)
0.0.4Бета1.19.3fabric10 марта 2023 г.Скачать (3.9 МБ)
0.0.3Бета1.19.3fabric10 марта 2023 г.Скачать (3.9 МБ)
0.0.3Бета1.19.2fabric10 марта 2023 г.Скачать (3.9 МБ)
0.0.2Бета1.19.2fabric9 марта 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

Комментарии

Загружаем…