aihubjs
v1.0.1
Published
aihubjs is a ai model package that allows you to use different ai models from github marketplace
Downloads
8
Readme
aihubjs
aihubjs is a github marketplace LLM package that simplifies github marketplace LLM using without needing to write so much code.
initialize:
npm i aihubjs
const obj = new aihubjs()
console.log(await obj.models(<llm>, <text>)) //llm is the llm model from github marketplace and text is the textfunctions list:
1. await obj.models(<model>, <text>) //model is the LLM and text is the text to promptgithub marketplace: https://github.com/marketplace?type=models
happy prompting
