jbilcke-hf HF staff commited on
Commit
c985fd8
β€’
1 Parent(s): c74ff6a

oh, come on

Browse files
Files changed (1) hide show
  1. src/lib/dirtyLLMResponseCleaner.ts +5 -0
src/lib/dirtyLLMResponseCleaner.ts CHANGED
@@ -10,5 +10,10 @@ export function dirtyLLMResponseCleaner(input: string) {
10
  .replaceAll("[2]", "")
11
  .replaceAll("[3]", "")
12
  .replaceAll("[4]", "")
 
 
 
 
 
13
  )
14
  }
 
10
  .replaceAll("[2]", "")
11
  .replaceAll("[3]", "")
12
  .replaceAll("[4]", "")
13
+ .replaceAll("[panel 0]", "")
14
+ .replaceAll("[panel 1]", "")
15
+ .replaceAll("[panel 2]", "")
16
+ .replaceAll("[panel 3]", "")
17
+ .replaceAll("[panel 4]", "")
18
  )
19
  }