1.1.9 • Published 4 months ago

maitai v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Quickstart

Full docs can be found at https://docs.trymaitai.ai

Installation

Install the Maitai SDK:

npm install --save maitai

Implementation

Implementing Maitai into your application requires minimal code changes.

import Maitai from "maitai";

const maitai = new Maitai();

messages = [
    {role: "system", content: "You are a helpful ordering assistant..."},
    {role: "user", content: "Generate a response to the customer..."},
];

const response = await maitai.chat.completions.create({
  messages: messages,
  model: "llama3-70b-8192",  // Remove this line to set model in Portal
  session_id: "YOUR_SESSION_ID",
  intent: "CONVERSATION",
  application: "YOUR_APPLICATION_NAME",
});

Run Your Application

Run your application, make sure it makes at least one Chat Completion Request, then head over to https://portal.trymaitai.ai and watch Maitai learn your application in real time.

1.1.9

4 months ago

1.1.8

5 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.5

8 months ago

1.1.4

9 months ago

1.1.1

9 months ago

1.0.39

11 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.0.40

11 months ago

1.0.44

11 months ago

1.0.43

11 months ago

1.0.42

11 months ago

1.0.48

10 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

11 months ago

1.0.41-beta.1

11 months ago

1.0.38

11 months ago

1.0.37

11 months ago

1.0.36

11 months ago

1.0.29

11 months ago

1.0.28

11 months ago

1.0.27

11 months ago

1.0.26

11 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

12 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago