Spaces:
Build error
Build error
File size: 238 Bytes
eae300a |
1 2 3 4 5 6 |
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
|