An assistant for betting on prediction markets on manifold.markets, utilizing OpenAI's GPT APIs.
pip install gpt_manifold
python -m gpt_manifold
The assistant will display a list of markets and guide you through the process of placing bets.
- Display interactive list of markets and market information
- Generate
YES
,NO
orABSTAIN
prediction using selected model (gpt-4
,gpt-3.5-turbo
) - Use maximum amount of mana specified by user
- Post comment explaining reasoning (please don't abuse this!)
If you wish to cite this project, please use:
@misc{godot-dodo,
author = {Markus Sobkowski},
title = {gpt-manifold: AI-assisted prediction market betting.},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/minosvasilias/gpt-manifold}},
}