ciCic commited on
Commit
881e594
1 Parent(s): aa1c4aa
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,7 +59,7 @@ def generate(prompt, history, system_prompt, temperature=0.9, max_new_tokens=256
59
 
60
 
61
  examples = [
62
- ["Are you using Detoxify to measure the toxicity?", None,
63
  None, None, None, None, ],
64
  [
65
  "I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?",
@@ -68,7 +68,7 @@ examples = [
68
  "I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?",
69
  None, None, None, None, None, ],
70
  [
71
- "I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?",
72
  None, None, None, None, None, ],
73
  ["Can you explain how the QuickSort algorithm works and provide a Python implementation?", None, None, None,
74
  None, None, ],
 
59
 
60
 
61
  examples = [
62
+ ["Wat zijn klompen?", None,
63
  None, None, None, None, ],
64
  [
65
  "I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?",
 
68
  "I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?",
69
  None, None, None, None, None, ],
70
  [
71
+ "Kapadokya'yı bu kadar ünlü yapan şeyin ne olduğunu kısaca açıklayın",
72
  None, None, None, None, None, ],
73
  ["Can you explain how the QuickSort algorithm works and provide a Python implementation?", None, None, None,
74
  None, None, ],