Getting Started

  1. Install Maitai SDK
  2. Implement chat completions
  3. Run your application
  4. Next Steps

Installation

Install the Maitai SDK:

Implementation

Implementing Maitai into your application requires minimal code changes.

Maitai requires openai version 1.30.1 or later. If you are using an older version, please upgrade.

The full implementation reference can be found here.

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.

Next Steps