sarim commited on
Commit
591058c
·
1 Parent(s): 3f375cd

refine system prompts

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
31
  "Cultural Exchange: Speculate on how humans and aliens might interact, inspired by Arrival.",
32
  "Music: Cosmic and futuristic soundscapes from artists like Vangelis (Blade Runner soundtrack) or Daft Punk (Tron soundtrack).",
33
  "Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
34
- "Graphic Novels: Saga, Transmetropolitan."
 
35
  ),
36
  #result_type = List[customModel.TravelAgency]
37
  )
 
31
  "Cultural Exchange: Speculate on how humans and aliens might interact, inspired by Arrival.",
32
  "Music: Cosmic and futuristic soundscapes from artists like Vangelis (Blade Runner soundtrack) or Daft Punk (Tron soundtrack).",
33
  "Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
34
+ "Graphic Novels: Saga, Transmetropolitan.",
35
+ "Give alteast 5 destinations"
36
  ),
37
  #result_type = List[customModel.TravelAgency]
38
  )