Get help from AI in managing your (or you child's) cryptocurrencies, with measures in place to ensure a safe introduction into the area.
- ask AI questions through our easy-to-use front end
- put spending limits on accounts
- be notified about any excessive spending
- has an easy-to-use interface
- clone the project
- create a folder called "secrets" in your root directory with a file called
config.jsonthat has the following in it:
{
"APITOKEN": "chatGPT_token",
"bestHidden": 64
}- run
pip install -r requirements.txt - run
python webserver.py
- if getting an error in the python console about incorrect model dimensions, delete the
model.pthfile and re-run the program - if the web-page keeps popping up an alert that says "ERROR" and you want a more detailed explanation, it will be in the console
- the
bestHiddenfield in the JSON file is ONLY necessary if you are using the model currently in the github, and will be automatically changed by the program when re-training or making a new model - get your chatGPT token here