ChatBot Development

ChatBot technical details

Our chatBot is open-source and can be used to create your own personalised bots! For the end-user, the chatBot functions as a direct messaging with a virtual assistant.

You can fork our repository and update chatBot logic, deploy and run on your own server. For configuration you will need NEAR Account (address and private key) that will reply to user messages.

Our chatBot example using OpenAI to reply for user messages, but you can modify this logic to build your custom solution. You can find more details in repository README.md file.

Last updated