Rathapoom commited on
Commit
b0b48eb
·
verified ·
1 Parent(s): 70f3ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if st.session_state["story_started"]:
44
  ],
45
  temperature=0.7,
46
  max_tokens=50
47
- )
48
 
49
  ai_text = response.choices[0].message["content"].strip()
50
 
 
44
  ],
45
  temperature=0.7,
46
  max_tokens=50
47
+ )
48
 
49
  ai_text = response.choices[0].message["content"].strip()
50