Skip to content

Commit 555a3d3

Browse files
committed
2.0.0 release
1 parent ca062e8 commit 555a3d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentient-sims-app",
3-
"version": "1.5.7",
3+
"version": "2.0.0",
44
"description": "Companion app for the Sentient Sims mod",
55
"license": "MIT",
66
"author": {

src/main/sentient-sims/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const defaultOriginalSystemPrompt = [
2929
].join(' ');
3030

3131
export const defaultCustomLLMPrompt = [
32-
'Writing the story in the third person, describing scenes clearly, explicitly, in vivid detail',
32+
'Continue writing the story in the third person, describing scenes clearly, explicitly, in vivid detail',
3333
"based on what's been said before using lots of dialog",
3434
'without predicting the future or giving a lesson',
3535
'ending each part on a cliffhanger, using the characters location and history provided:',
@@ -38,4 +38,4 @@ export const defaultCustomLLMPrompt = [
3838
export const sentientSimsAIHost = 'https://ai.sentientsimulations.com';
3939

4040
export const defaultWantsPrompt =
41-
'If you were the character in the story, what would you want to do?';
41+
'If you were the character in the story, what would you want to do next?';

0 commit comments

Comments
 (0)