10 lines
No EOL
160 B
Perl
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; |