Spaces:
Sleeping
Sleeping
LittleLirow
commited on
Commit
•
08ce9fc
1
Parent(s):
4a5397d
Update story prompt
Browse files
story.py
CHANGED
@@ -8,7 +8,7 @@ def text2story(text, auth):
|
|
8 |
model="gpt-3.5-turbo",
|
9 |
messages=[
|
10 |
{"role": "system", "content": "You are a psychedelic horror storywriter."},
|
11 |
-
{"role": "user", "content": f"Write a short narrated story about {text} with a bad ending. It must have
|
12 |
],
|
13 |
max_tokens=1000,
|
14 |
temperature=0.7)
|
|
|
8 |
model="gpt-3.5-turbo",
|
9 |
messages=[
|
10 |
{"role": "system", "content": "You are a psychedelic horror storywriter."},
|
11 |
+
{"role": "user", "content": f"Write a short narrated story about {text} with a bad ending. It must have {text}."}
|
12 |
],
|
13 |
max_tokens=1000,
|
14 |
temperature=0.7)
|