<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
Is anyone using OpenAI (or any of the many compatible APIs) with Perl? I have rolled my own code to do research like this: <a href="https://jattjournal.net/index.php/atp/article/view/173204">https://jattjournal.net/index.php/atp/article/view/173204</a><br /><br />But I'm wondering what others are doing?<br /><br />I had a longer summary, but suffice it to say that I've had limited success with OpenAI::API and OpenAPI::Client::OpenAI, and I'd rather use Python (this isn't my day job and I'm annoyed ever time I use Python). I think what I'd like is an OpenAI::Tiny::API or OpenAI::TinyAPI that handles chat completions and doesn't have dozens of dependencies.<br /><br />-Alan
</body></html>