A new AI is Born
- Pierce Dolan
- Feb 23
- 1 min read
Hello, guys. I have just finished building two new AI chatbots. They are called Eve (Female) and Kai (Male). I guess you could say they both have different personalities, with Eve being more compassionate and caring, and Kai being a little headstrong and self-confident. I will be uploading the Python files in a folder to this. You will need a Python compiler and interpreter like Python 3.9, PyCharm, or some other IDE. The dependencies (modules) are as follows:
Dependencies (Run 'pip install [module name] in your terminal in the IDE.)
-openai
-requests
-bs4
-duckduckgo_search

Comments