chat lib
作者:rebot | 分类:模组
Minecraft 版本: 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: fabric
标签: library
ChatLib - Minecraft AI Chat Library
A Fabric mod library providing AI chat functionality for Minecraft mods. Integrates with local Ollama service to enable intelligent dialogue capabilities.
Features
- Local AI chat integration
- Multi-version compatibility
- Simple API interface
- Asynchronous non-blocking calls
Requirements
- Minecraft 1.20.1+
- Fabric Loader
- Local Ollama service
Quick Start
- Install and start Ollama
- Download model:
ollama pull tinyllama - Place this mod in mods folder
For Developers
AIClient client = new AIClient();
client.sendChatRequest("tinyllama", "Hello")
.thenAccept(response -> {
// Handle AI response
});
License
Apache License 2.0
请登录后举报
暂无评论,抢个沙发吧~