Running ChatGPT API from Lispworks
"Lawrence Au (as la at synap dot news)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
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