Talking to your model
Wanna chat with your model?
Using your submission_id, you can:
Choose from any of these characters to chat with
blade
captain_wyatt
coffee_shop_girl
filbert
leo
levi
mr_wilson
nerd_girl
scaramouche
story_teller
vampire_queen
wednesday_addams
Begin your conversation using the Chai module
submission_id = 'user-example_v1'
chatbot = chai.SubmissionChatbot(submission_id)
chatbot.chat('vampire_queen', show_model_input=True)
You may also chat with your bot on discord #chat-with-ai
Last updated