File size: 284 Bytes
040ad7c
de66a20
3ddd352
914ea2a
 
3ddd352
914ea2a
5eb08a7
 
 
914ea2a
5eb08a7
914ea2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from hugchat import hugchat


# Create a chatbot connection
chatbot = hugchat.ChatBot(cookie_path="cookies.json")

# New a conversation (ignore error)
id = chatbot.new_conversation()
chatbot.change_conversation(id)

uinput = input("Enter your message: ")

print(chatbot.chat(uinput))