UNPKG

llms-client

Version:

A powerful package that enables users to effortlessly connect to various Language Models, including Claude, Bard, and ChatGPT. Stay tuned for upcoming support for Vicuna and Alpaca!

9 lines (6 loc) 200 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./llms-client.cjs.production.min.js') } else { module.exports = require('./llms-client.cjs.development.js') }