MileIQ Python API Client

MileIQ Python API Client

For a personal project I wanted to be able to pull historical info from my MileIQ account. You can find the 100% Claude-written Python client at https://github.com/jmaddington/mileiq-client Put creds in .env and run. YMMV, not endorsed by Microsoft or MileIQ, etc....
Coding with o1-preview

Coding with o1-preview

o1-preview is the most recent model released by OpenAI as of this writing. Less a model than a GPT wrapped in the API that runs your query through multiple steps on OpenAI’s end instead of you doing it yourself. I think they may have made adjustments, because it...