Yusin commited on
Commit
f63ace8
1 Parent(s): 60779f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ conversation_id = os.environ.get('conversation_id')
13
  # ChatGPT
14
  from revChatGPT.ChatGPT import Chatbot
15
  chatbot = Chatbot({
16
- "session_token": session_token
17
- }, conversation_id=None, parent_id=None) # You can start a custom conversation
18
 
19
  title = "Speech to ChatGPT to Speech"
20
  #info = "more info at [Neon Coqui TTS Plugin](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui), [Coqui TTS](https://github.com/coqui-ai/TTS)"
 
13
  # ChatGPT
14
  from revChatGPT.ChatGPT import Chatbot
15
  chatbot = Chatbot({
16
+ "session_token": session_token}) # You can start a custom conversation
 
17
 
18
  title = "Speech to ChatGPT to Speech"
19
  #info = "more info at [Neon Coqui TTS Plugin](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui), [Coqui TTS](https://github.com/coqui-ai/TTS)"