1.0.0-alpha.1 • Published 1 year ago

@builderbot-plugins/free-chat-models v1.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0-alpha.1

1 year ago