openai-async/lib/Net/Async/xLM.pm
Ryan Voots 1f188e3ceb
Some checks failed
ci/woodpecker/push/author-tests/1 Pipeline failed
ci/woodpecker/push/author-tests/4 Pipeline failed
ci/woodpecker/push/author-tests/2 Pipeline failed
ci/woodpecker/push/author-tests/3 Pipeline failed
Naive regex replacement, needs examining for correctness
2024-12-18 11:11:10 -05:00

10 lines
No EOL
160 B
Perl

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