@builderbot-plugins/free-chat-models
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.1 • Public • Published

This is an experimental class based on nexra API, any bad use is your responsability

Usage

/* stuff code */

const chain = PromptTemplate.fromTemplate("Answer the user's {question}")
const model = new ChatModel('Bing')

const answer = await chain.pipe(model).invoke({ question: 'Which colors is thes sky' })

console.log(answer.content)

Author

Elimeleth Capuano https://github.com/elimeleth

Readme

Keywords

none

Package Sidebar

Install

npm i @builderbot-plugins/free-chat-models

Weekly Downloads

2

Version

1.0.0-alpha.1

License

MIT

Unpacked Size

723 kB

Total Files

12

Last publish

Collaborators

  • elimeleth
  • leifermendez