AI Talk Mobs GPT

AI Talk Mobs GPT

1.5k Downloads

AI Talk Mobs Mod Image
This is a mod that will allow mobs to speak in AI!

Supported AI:
    ChatGPT  *Please issue an OpenAI API key.
    Gemini  *Please issue an GoogleAI API key.
    Claude  *Please issue an AnthropicAI API key.
    Claude (AWS Bedrock)  *Please activate Claude2 on AWS Bedrock in advance and generate an AWS access key and AWS secret accesskey.

Supported Forge Version:
 1.20.2
 1.20.3
 1.20.4

Supported languages:
 English
 Japanese
 Korean
 Chinese

Commands:

 /aiTalk info・・・・Displays information on current settings
 /aiTalk selectModel <aiModel>・・・・select AI model
 /aiTalk selectTalkLanguage <language> ・・・・ selects the language the mob speaks ※Set the language to the same language as the Minecraft system language.
 
 For the Chatgpt model:
  /aiTalk openAIConfig setAPIKey <APIKey>・・・・register OpenAI API key

    For the Gemini model:
  /aiTalk googleAIConfig setAPIKey <APIKey>・・・・register GoogleAI API key

    For the Claude model:
  /aiTalk anthropicConfig setAPIKey <APIKey>・・・・register Anthropic API key
 
 For the AWS Bedrock model:
  /aiTalk awsConfig setAwsKey <awsKey> ・・・・ register AWS key
  /aiTalk awsConfig setAwsSecretKey <awsSecretKey> ・・・・ registers a secret key for AWS
  /aiTalk awsConfig setAwsRegion <awsRegion> ・・・・ registers a region for AWS
 

Usage:
 Set the API key or AWS key, secret key, and region with the above command.
 Right click on the mob and the mob will greet you.
 If you want to speak in a language other than English, use the language selection command to choose a language.

Other settings:
 You can rewrite the following settings in the aitalkmobsmod-common.toml file.
 'prompt': AI prompt
 'aiModel': AI language model
 'maxTokens': Maximum number of tokens to be output.