openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.2k stars 640 forks source link

Bot API #163

Closed KevinZhoutianyi closed 1 year ago

KevinZhoutianyi commented 1 year ago

Hi! Thanks for you impressive work! I just created my own bot on https://openchat.so/. Instead of using the initializeChatWidget(chatConfig) to make a widget on my website, is there any API that I can use to interact with my trained model? Is that possible that I sent a request with the input sentences and get the response from my trained model?