openai-async/lib/OpenAIAsync.pm
Ryan Voots 1d0e963a27
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
Bump version
2023-11-23 09:05:57 -05:00

10 lines
No EOL
151 B
Perl

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