1.20.0 • Published 2 years ago

@deezy-inc/web-ai v1.20.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@deezy-inc/web-ai

AI in the browser, powered by micropayments

Installation

npm install @deezy-inc/web-ai # or yarn add @deezy-inc/web-ai

Usage

For a live demo, see: https://github.com/deezy-inc/web-ai-demo-site

NodeJs & Browser

import { openai, payouts } from '@deezy-inc/web-ai'

payouts.setPayoutLightningAddress('deezy@getalby.com') // Optional

const response = await openai.createChatCompletion({
    model: 'gpt-3.5-turbo',
    messages: [{
        "role": "system",
        "content": "You are Web AI - a version of ChatGPT gated by lightning micropayments"
    }]
})

Developing

  1. Install just
  2. just -l

License

Public domain.

1.19.0

2 years ago

1.20.0

2 years ago

1.18.0

2 years ago

1.17.1

2 years ago

1.17.0

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago