0.1.1 • Published 2 months ago

turing.sh v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

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?",
    },
  ],
});
0.1.0

2 months ago

0.1.1

2 months ago

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

8 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3-beta.0

9 months ago

0.0.2-beta.1

9 months ago

0.0.2-beta.0

9 months ago

0.0.1-beta.3

9 months ago

0.0.1-beta.2

9 months ago

0.0.1-beta.1

9 months ago

0.0.1-alpha.3

9 months ago

0.0.1-alpha.2

9 months ago

0.0.1-alpha.1

9 months ago

0.0.1

9 months ago