jbilcke-hf HF staff commited on
Commit
25e7ef4
·
1 Parent(s): e66b0b0

let's stop talking about parrots..

Browse files
Files changed (1) hide show
  1. src/app/queries/getActionnables.ts +1 -1
src/app/queries/getActionnables.ts CHANGED
@@ -49,7 +49,7 @@ export const getActionnables = async ({
49
  content: [
50
  `You are an API endpoint that can return a list of objects visible in the background image of a game.`,
51
  basePrompt,
52
- `You must list twelve (12) basic names of visible objects (eg. "door", "person", "window", "light", "floor", "knob", "button", "rock", "tree", "parrot", "chest", "glass".. etc) but don't list any word from abstract or immaterial concepts (ig. don't list words like "secret", "danger", "next move", "game" etc)`,
53
  `The answer must be a JSON array, ie. a list of 12 quoted strings.`
54
  ].filter(item => item).join("\n")
55
  },
 
49
  content: [
50
  `You are an API endpoint that can return a list of objects visible in the background image of a game.`,
51
  basePrompt,
52
+ `You must list twelve (12) basic names of visible objects (eg. "door", "person", "window", "light", "floor", "knob", "button", "rock", "tree", "box", "glass".. etc) but don't list any word from abstract or immaterial concepts (ig. don't list words like "secret", "danger", "next move", "game" etc)`,
53
  `The answer must be a JSON array, ie. a list of 12 quoted strings.`
54
  ].filter(item => item).join("\n")
55
  },