Maitai SDK for Python
Project description
Quickstart
Full docs can be found at https://docs.trymaitai.ai
Installation
Install the Maitai SDK:
pip install maitai-python
Implementation
Implementing Maitai into your application requires minimal code changes.
import maitai
messages = [
{"role": "system", "content": "You are a helpful ordering assistant..."},
{"role": "user", "content": "Generate a response to the customer..."},
]
response = 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",
)
Note
Maitai requires openai
version 1.30.1
or later. If you are using an older version, please upgrade.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
maitai_python-1.1.35b0.tar.gz
(28.5 kB
view details)
Built Distribution
File details
Details for the file maitai_python-1.1.35b0.tar.gz
.
File metadata
- Download URL: maitai_python-1.1.35b0.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b964c21e19bed9ee08b2726ebccc33c7309ef4a5353112d385f3355777b2a851 |
|
MD5 | 95276e93cadbdddd5e1521311b3e845a |
|
BLAKE2b-256 | 0a8085a3cbb84d23cea5b208f984983ba397c101589c3a890554d3cb878a3acd |
File details
Details for the file maitai_python-1.1.35b0-py3-none-any.whl
.
File metadata
- Download URL: maitai_python-1.1.35b0-py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c71751da97ce2e9f555e067f04e5606e533e44a20649ce200a5d56add85e5be |
|
MD5 | 97ef76a1f265cca85a6044c773cf6bc3 |
|
BLAKE2b-256 | 63d3f836da04efaf33a2191e42bd77c05c53fcd7592d27633c7718f379666d5e |