fbiego / wt32-chatgpt

A ChatGPT interface on ESP32 based touchscreen board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wt32-chatgpt

This is a project for WT32-SC01 board that consumes the OpenAI endpoint to create a ChatGPT client on ESP32.

The UI is made using LVGL in which the code has been generated using SquareLine Studio.

setup

You will need to setup your wifi credentials and openai API key

// your openai API key
String bearer = "Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

wt32-chatgpt/src/main.cpp

Lines 560 to 561 in f2f3c70

// your wifi credentials
wifiMulti.addAP("wifi_name", "wifi_password");

About

A ChatGPT interface on ESP32 based touchscreen board


Languages

Language:C 81.2%Language:C++ 18.8%