maitai v1.1.9
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.
4 months ago
5 months ago
7 months ago
7 months ago
8 months ago
9 months ago
9 months ago
11 months ago
9 months ago
9 months ago
11 months ago
11 months ago
11 months ago
11 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago