lingpt
v1.0.2
Published
Package that lets you use gpt3.5, gpt3.5-turbo and gpt4 AI for free, also has an unfiltered image generator. Free chatgpt, Free chat-gpt, free AI, free chatgpt, free chat-gpt.
Downloads
4
Readme
Package that lets you use gpt3.5, gpt3.5-turbo and gpt4 AI for free! This package also has an unfiltered image generator.
Usage:
const AI = require("lingpt")
// cgpt is a more new version of gpt4o
// Text Based
const cgpt = AI.Text["1"]
const gpt4o = AI.Text["2"]
// Image Based
const prodia_unfiltered = AI.Image["1"]
// Can also be used async
cgpt.talk("whats 2 + 2").then(responce => {
console.log("Cgpt:", responce)
})
gpt4o.talk("whats 2 + 2").then(responce => {
console.log("gpt4o:", responce)
})
// bro these are ur fantisies not mines lmao
prodia_unfiltered.generateImage("Anime girl in thong").then(responce => {
console.log("Image:", responce) // link to the generated image
})
Check out my other projects, they might be useful (maybe)
Tags (ignore lol): Free chatgpt, Free chat-gpt, free AI, free chatgpt, free chat-gpt.