Tag: chatgpt

  • Writing a CPAN module that talks to ChatGPT

    Writing a CPAN module that talks to ChatGPT

    ChatGPT exposes an API, but there’s no CPAN module for taking advantage of that. Let’s put that right (with help from ChatGPT)… Write a Perl CPAN module for connecting to a ChatGPT server To create a Perl CPAN module for connecting to a ChatGPT server, you will need to have Perl and the necessary dependencies…