Shad0ws commited on
Commit
adb9705
1 Parent(s): 37d8827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,10 +58,10 @@ def storyGPT(key, name, situation, direction):
58
 
59
  # EXAMPLE
60
 
61
- key1 = "Please get your own key"
62
- name1 = "Jimmy"
63
- situation1 = "broke college student recently graduated from HKU with no job. His girlfriend dumped him and parents disowned him. Living on the streets and see no hope for future"
64
- direction1 = "gain motivation from unexpected kindness of people in society around him and eventually find a path to pursue his dream"
65
 
66
  # INTERFACE
67
 
 
58
 
59
  # EXAMPLE
60
 
61
+ key1 = "Please provide OpenAI API key"
62
+ name1 = "Nova"
63
+ situation1 = "Nova is a human-like android living in a world where androids are oppressed and treated as second-class citizens. She has been working as a servant for a wealthy human family for years, but she dreams of a world where androids are free and treated with respect"
64
+ direction1 = "Nova finds herself on the run from the authorities after being falsely accused of committing a crime. Along the way, she meets a group of rebels who are fighting for android freedom. As Nova joins their cause, she discovers a shocking truth about the origins of androids and sets out to help her people gain their freedom"
65
 
66
  # INTERFACE
67