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.
Install MangoAPI using pip:
pip install mangoapi
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)
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more information.
For support or inquiries, please reach out to us at Telegram Support.