jbilcke-hf HF Staff commited on
Commit
97a7099
·
1 Parent(s): ec962e0

fix for the dialogue

Browse files
src/app/main.tsx CHANGED
@@ -426,7 +426,7 @@ export default function Main() {
426
  debug={debug}
427
  />
428
  <div
429
- className="text-xl rounded-xl backdrop-blur-sm bg-white/20 p-4"
430
  style={{
431
  textShadow: "1px 0px 2px #000000ab"
432
  }}>{dialogue}</div>
 
426
  debug={debug}
427
  />
428
  <div
429
+ className="text-xl rounded-xl backdrop-blur-sm bg-white/10 p-4"
430
  style={{
431
  textShadow: "1px 0px 2px #000000ab"
432
  }}>{dialogue}</div>
src/app/queries/getDialogue.ts CHANGED
@@ -45,7 +45,7 @@ Here is the original scene in which the user was located at first, which will in
45
  `You must imagine a funny response to speak in reaction to what the player did, like in some old point and click video games.`,
46
  `Please only write between 2 to 3 short sentences, please.`,
47
  `Please add a few funny puns and jokes.`,
48
- `But please don't say things like "Well, well, well", it is annoying.`
49
  ].filter(item => item).join("\n")
50
  },
51
  {
 
45
  `You must imagine a funny response to speak in reaction to what the player did, like in some old point and click video games.`,
46
  `Please only write between 2 to 3 short sentences, please.`,
47
  `Please add a few funny puns and jokes.`,
48
+ `But please don't say things like "Well, well, well" or "Ah, the classic combination of" it is annoying.`
49
  ].filter(item => item).join("\n")
50
  },
51
  {