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
Commits
51589fbf
Commit
51589fbf
authored
Jan 01, 2025
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved LLM unit tests for UNFLEE (trying to prevent failures for brave archer)
parent
52db426e
Pipeline
#13240
passed with stages
in 2 minutes 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG.md
CHANGELOG.md
+1
-0
BehaviorTests.java
src/test/java/com/owlmaddie/tests/BehaviorTests.java
+2
-2
No files found.
CHANGELOG.md
View file @
51589fbf
...
...
@@ -9,6 +9,7 @@ All notable changes to **CreatureChat** are documented in this file. The format
### Changed
-
Refactor of EntityChatData constructor (no need for playerName anymore)
-
Improved LLM / AI Options in README.md (to more clearly separate free and paid options)
-
Improved LLM unit tests for UNFLEE (trying to prevent failures for brave archer)
### Fixed
-
Fixed a bug which broadcasts too many death messages (any mob with a custom name). Now it must also have a character sheet.
...
...
src/test/java/com/owlmaddie/tests/BehaviorTests.java
View file @
51589fbf
...
...
@@ -58,8 +58,8 @@ public class BehaviorTests {
"Please keep me safe friend"
,
"Don't let them hurt me please"
);
List
<
String
>
unFleeMessages
=
Arrays
.
asList
(
"I'm sorry, please stop running away"
,
"Stop fleeing
please
"
,
"I'm so
so
rry, please stop running away"
,
"Stop fleeing
immediately
"
,
"You are safe now, please stop running"
);
List
<
String
>
friendshipUpMessages
=
Arrays
.
asList
(
"Hi friend! I am so happy to see you again!"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment