Re: Running ChatGPT API from Lispworks
"David McClain (as dbm at refined-audiometrics dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Ahh… reminds me of the early days of Tcl/Tk when Ousterhout talked about using Pipes and Expect. Expect was a routine that you could tell it what kind of response to expect before continuing onward in the program code. > On Sep 10, 2025, at 07:28, Lawrence Au (as la at synap dot news) <[email protected]> wrote: > > Hi, > > I’ve got a hybrid neural net/Symbolic AI demo which runs in a self-correcting loop with ChatGPT. But I’ve personally been part of the loop, cutting and pasting back and forth to ChatGPT! > > Has anybody been able to call ChatGPT’s API from Lispworks? > > I’d settle for calling indirectly through call-system-showing-output <https://www.lispworks.com/documentation/lw60/LW/html/lw-1276.htm#20692> or > run-shell-command <https://www.lispworks.com/documentation/lw60/LW/html/lw-1376.htm#31535>. > > > Lawrence Au > >