turing.sh
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

turing.sh

Discord npm npm bundle size

The official library to interact with TuringAPI using javascript or typescript.

Check our docs at docs.turing.sh

How to get an API key

Go to our discord server, then go to the applications channel where you can apply for an API key. Please take the applications seriously, we will not accept applications that are not serious.

Installation

npm install turing.sh

Usage

import { Text, Image, Audio } from "turing.sh";

const text = new Text({
  apiKey: "YOUR_API_KEY",
  captchaKey: "YOUR_CAPTCHA_KEY",
});

const gptAnswer = await text.gpt({
  messages: [
    {
      role: "user",
      content: "Hello, how are you?",
    },
  ],
});

Package Sidebar

Install

npm i turing.sh

Weekly Downloads

4

Version

0.1.1

License

Apache-2.0

Unpacked Size

52 kB

Total Files

40

Last publish

Collaborators

  • mrlol