New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

everyai

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

everyai

the best tool for developer to integrate all of the major AI models easily into your app

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

The official Every AI Javascript library

Integrate with every major AI model easily with our simple product

Installation

use npm

npm install everyai

Basic setup

to use the everyai library in your app first you need to create an API key visit The Every AI Website to create one now

import Everyai from "everyai"

Everyai.api_key = "my-secret-key"

let results = await Everyai.generate("Hello World!")
console.log(results)
// Hey back to you from your favorite AI model

let results = await Everyai.generate("Hello World", model: "chatgpt")
console.log(results)
// Hey I'm chatgpt ready to help you with your coding needs

For more documentation visit The official docs

Keywords

AI

FAQs

Package last updated on 09 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts