docker_test / main.py
Yusin's picture
Update main.py
a415226
raw
history blame
238 Bytes
import os
session_token = os.environ.get('SessionToken')
conversation_id = os.environ.get('conversation_id')
from revChatGPT.ChatGPT import Chatbot
chatbot = Chatbot({"session_token": session_token}) # You can start a custom conversation