Python Wrapper For MangiAPI
Project description
MangoAPI
A simple Python client for Mango 🥭. Mango is a simple API that you can use for AI, text generation (LLM), image generation, and more. If you have any queries or need support, reach out at https://t.me/XBOTSUPPORTS.
Installation
Install MangoAPI using pip:
pip install mangoapi
Usage
Here is a basic example of how to use MangoAPI:
from mango import Mango
client = Mango()
response = client.chat.completions.create(
model="gpt-4o",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Contact
For support or inquiries, please reach out to us at Telegram Support.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mangoapi-1.0.19.tar.gz.
File metadata
- Download URL: mangoapi-1.0.19.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c308800aa7c68ecf26021b3cf12f8ed0d23a178a54ff1dc049db45d8c66e5d37
|
|
| MD5 |
6924e84f84c99bef523594e6bd9cf51b
|
|
| BLAKE2b-256 |
bea5e3c0680348fe0955b2d26e9a13cbb50dccd38598a5e0810bf65e400ae06b
|
File details
Details for the file mangoapi-1.0.19-py3-none-any.whl.
File metadata
- Download URL: mangoapi-1.0.19-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
518269cbc7839fdff4197cdf7cba473d1b02d734e7079b8fab0044aca85ca19a
|
|
| MD5 |
74f063f9e7eff510643b9f33ad8d73af
|
|
| BLAKE2b-256 |
8195afa3bb611148d2361d87102bb97fb247a4456b333d9bcdabe84196f9a6ed
|