说点什么

说点什么

一个连接村民与AI模型的Minecraft模组。

社交

SaySomething

Modrinth 下载量 GitHub 提交活动 GitHub 贡献者

一个将村民与远程 AI 模型连接起来的 Minecraft 模组。

我们正在寻求新功能

如果您有任何能改进此模组的想法,请在 GitHub 上发起讨论

我会考虑每一个想法并给出回复。如果想法很酷并且我能实现,我一定会去做!

基本信息

维基

查看维基,点击此处

你也可以在 DeepWiki 上查看索引的维基。

功能

  • 支持多种 AI 平台。

  • 利用村民的数据,例如交易和职业。

  • 自动总结对话,避免内容过长。

版本

  • 1.2(26.1,26.2)

  • 1.1.1(1.21.1,1.21.11)

  • 1.1(1.21.1,1.21.4,1.21.5,1.21.7,1.21.11)

  • 1.0(1.21)

  • 0.3(1.21)

  • 0.2(1.20.1)

  • 0.1(1.20.1,1.21)

许可证

MIT 许可证

示例配置

config.json:

{  
  "personalities": [
    "decisive",
    "confident",
    "motivational",
    "analytical",
    "introspective",
    "creative",
    "empathetic",
    "supportive",
    "nurturing",
    "spontaneous",
    "curious",
    "energetic",
    "diplomatic",
    "harmonious",
    "patient",
    "imaginative",
    "visionary",
    "resourceful",
    "practical",
    "down-to-earth",
    "reliable",
    "charismatic",
    "expressive",
    "entertaining",
    "knowledgeable",
    "curious",
    "detail-oriented",
    "ambitious",
    "inspirational",
    "forward-thinking"
  ],  
  "nameCandidates": [
    "Steve",
    "Alex",
    "Jeb",
    "Lily",
    "Akane",
    "Kubo",
    "Joker"
  ],   
  "conclusionMessageLimit": 10,  
  "villagerChatPrefix": "$",  
  "useExistingVillagerName": true,  
  "showTimeConsumption": false,
  "timeoutSeconds": 10,
  "apiConfigPlatform": "cloudflare"  
}

api-config.json:

{
    "modelName": "@cf/qwen/qwen1.5-14b-chat-awq",
    "accountId": "<你的 Cloudflare 账号 ID>",
    "apiKey": "<你的具有适当权限的 API 密钥>"
}

注意

如果您在使用 v1.0 版本与 OpenAI 平台时遇到了问题,请先参考此页面