All Questions
4 questions
1
vote
0
answers
324
views
What method can I use to add memory to my Discord chat bot?
I'm working on a Discord chat bot using Discord.js and OpenAI API, and I'm looking for ways to add memory to my bot so that it can remember past conversations and use that information to provide ...
1
vote
1
answer
413
views
How to send answers in chat bot at the certain time node.js nlp.js direct conector
Hello) I hope my question is written right)
I use node.js, nlp.js, direct conector.
Right now working with this repository: https://github.com/jesus-seijas-sp/nlpjs-examples
I have task to make bot ...
0
votes
1
answer
126
views
NLP Code Snippets NodeJS
I'm writing an application in NodeJS with the talkify library. The point of the application is to be a chatbot. Part of the functionality of the bot will be to take code (a closed source language) ...
0
votes
1
answer
150
views
Integrating my program with a web2.0 website
I'm creating an ELIZA-like chatterbot, and I'd like to calibrate it with Omegle, using what the other person type as the input.
If it was a regular HTML page, I could parse it and send back the ...