openai-async/lib/Net/Async/xLM.pm
Ryan Voots 502433f9a1
Some checks failed
ci/woodpecker/push/author-tests/1 Pipeline failed
ci/woodpecker/push/author-tests/2 Pipeline failed
ci/woodpecker/push/author-tests/3 Pipeline failed
ci/woodpecker/push/author-tests/4 Pipeline failed
beginning rename of things
2024-12-18 11:07:10 -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;