The Easy AI Chat Integration package allows game developers to easily add an AI chatbot to their Unity games. This package provides a range of features, including teachable AI, local data storage, multiple characters and models, memorization, and more. It's designed to be easily extensible for future updates and improvements.
- Teachable AI: Define how the AI responds to player input or provide examples of how to answer.
- Local data storage: Conversations are stored locally in ScriptableObject.
- Multiple characters: Set up multiple ways to answer the player, each with its own unique responses.
- Multiple models: Supports GPT3.5 Turbo and GPT4 models.
- Memorization: The AI remembers previous conversations.
- Streamable: Receive and display AI responses in real-time.
- Modifiable answers: Set maximum response length and randomize answers.
- Detection around: Trigger AI responses when a player is near an NPC.
- Extensible: Designed for future updates and improvements.
- Bark: Display chat content above characters' heads.
- Scrollable GUI: The chat interface is scrollable.





