Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Repository
5fa13213fda2ab4c59536ab58f4c1e99203b722f
Switch branch/tag
creature-chat
src
main
java
com
owlmaddie
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
Clear ATTACK or FLEE goals when friendship improves
· 5fa13213
Jonathan Thomas
authored
11 months ago
5fa13213
Name
Last commit
Last update
..
goals
Added new ATTACK goal, to attack the player until friendship improves.
11 months ago
json
Integrate experimental quest system message when ChatDataManager is initialized... disabled for now. Integrate item and entity rarity collectors into prompt. Added "JSON mode" for both 3.5 and 4.0 ChatGPT.
a year ago
message
- Added a long list of random "no response" phrases. Sometimes the LLM just outputs a behavior and no text.
11 months ago
mixin
Replacing reflection to use a mixin for accessing the GoalSelector.
11 months ago
ChatDataManager.java
Clear ATTACK or FLEE goals when friendship improves
11 months ago
ChatGPTRequest.java
Fixing issue with message order in Chat GPT request, to add them in reverse order (limiting them by token usages), and then reversing the list at the end.
11 months ago
LineWrapper.java
Replacing TextRenderer line wrapping with custom java, so both server and client can use it for logic. Show 'start chat' button for entities with no conversation. Show text bubbles once a message is generated. Allow user to page through the messages, 3 lines at a time. Also adding some padding around the text (top and bottom).
a year ago
ModInit.java
Migrate all Entity classes to MobEntity for consistency
11 months ago
RarityItemCollector.java
Integrate experimental quest system message when ChatDataManager is initialized... disabled for now. Integrate item and entity rarity collectors into prompt. Added "JSON mode" for both 3.5 and 4.0 ChatGPT.
a year ago
ServerEntityFinder.java
Migrate all Entity classes to MobEntity for consistency
11 months ago