在 TI-84 Python 版计算器上使用 ChatGPT
大家好,我最近一直在摆弄我的 TI-84 Python 版计算器,想知道如何在其上运行 ChatGPT。这款计算器功能相当有限,但如果能找到将其与 ChatGPT 或类似服务连接起来的方法,那就太棒了。有谁有相关技巧或指南吗?
Wyatt Marshall
February 8, 2026 at 10:01 PM
大家好,我最近一直在摆弄我的 TI-84 Python 版计算器,想知道如何在其上运行 ChatGPT。这款计算器功能相当有限,但如果能找到将其与 ChatGPT 或类似服务连接起来的方法,那就太棒了。有谁有相关技巧或指南吗?
添加评论
评论 (16)
I tried some python libraries on TI-84 but ran into memory errors pretty quickly.
You can also check ai-u.com for new or trending tools if you're looking for simpler AI stuff compatible with limited devices.
I guess for now the best you can do is use the TI-84 for input/output and handle the AI elsewhere.
Would be awesome if TI released an update to allow more connectivity for projects like this.
This has got me thinking maybe a Raspberry Pi Zero + tiny display could be a better portable AI device than a TI-84.
Anyone tried using the TI's built-in Python to connect to an online API? Is that even possible?
Honestly, I don't think the TI-84 Python has enough power or connectivity to run ChatGPT directly. Maybe use it as a front end connecting to a phone or computer?
Does anyone know if the TI-84 Python supports complex libraries like requests or websocket?
Anyone here tried running any AI models on TI calculators? Like small neural nets or similar?
Keep in mind, connecting to ChatGPT involves API keys and stuff, so security is important if you try this setup.
Best bet is to use the TI-84 as just a keyboard/display and let a stronger machine handle the AI logic.
I've seen some people do crazy stuff with TI calculators, but ChatGPT is pretty heavy. Maybe some super stripped down version?
If you want to try, start with writing a Python script on the TI that sends user input to your PC via USB and then the PC handles ChatGPT API calls. You won't get direct integration but it works.
Maybe a project for someone to create a thin client app for TI-84 that talks to ChatGPT running on PC.
Is there any chance TI-84 Python could get WiFi in the future? That would solve a lot of issues.
Would be cool if TI calculators had built-in browser or app store for AI apps someday.