There are two different types of computer programs -often with different purposes.
A console app is like a telegraph, where you send and receive messages in plain text, simple and efficient. A GUI app is where you explore and interact with vibrant visuals, making the experience more engaging and ...
NicTheQuick:
Interesting and surprising to see how little difference there is on your powerful CPU compared too my old. In some cases I'm even faster...
Would also be interesting to see how this would perform in Python to compare.
Inspired by this thread I decided to make a program that uses the API. I now have a tray icon in my taskbar, when I click that I can input the question as text and a female voice speaks back the reply from Chatgpt.
Hi and welcome to this forum and as a new PB user :)
I would skip CreatePreferences in your updatePrefs() procedure. Use OpenPreferences instead. Documentation for CreatePreferences states: Creates a new empty preference file. If the file already exists, the file is erased.