openai-async/lib/OpenAIAsync.pm

10 lines
No EOL
149 B
Perl

package OpenAIAsync;
use strict;
use warnings;
our $VERSION="0.01";
# ABSTRACT: OpenAI style Client and Server for processing various AI tasks
1;