alex-abb commited on
Commit
63e1b70
·
verified ·
1 Parent(s): 5dab787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -20,7 +20,10 @@ You are a feeling analyser and you'll say only "positive1" if I'm feeling positi
20
  {text}
21
  <|eot_id|>
22
  <|start_header_id|>assistant<|end_header_id|>
 
23
  '''
 
 
24
  })
25
 
26
  if isinstance(output, list) and len(output) > 0:
 
20
  {text}
21
  <|eot_id|>
22
  <|start_header_id|>assistant<|end_header_id|>
23
+
24
  '''
25
+ print("Réponse brute de l'API:", output) # Ajoutez cette ligne
26
+
27
  })
28
 
29
  if isinstance(output, list) and len(output) > 0: