Horridapi

Latest version: v1.0.69

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.67

Added mango image generation


Mango Image Generation



from HorridAPI import Mango

mango = Mango()

response = mango.images.generate(
model="flux-1.1-pro",
prompt="a boy looking in the river"
)

print(response.url)

1.0.66

Logo changed to get method

1.0.65

My Typing mistake change to

gpt-3.5-turbo

1.0.64

see the

I fixed all errors and bugs, removed unnecessary and useless code, and optimized all APIs for speed. I also added print statements and implemented a blackbox model, fixing the Lava issue. You can see the logs in this commit: https://github.com/Mishel-Tg/HorridAPI/commit/2584213a58a8200b420d11eb27a9da6f22453023

1.0.55

Added

* Updated HorridAPI chat completions to emit real-time responses with stream=True
* This commit refines the HorridAPI chat completions to emit real-time responses when stream=True is
* set. This enhancement allows for a more interactive experience, where the API sends responses as they
* are generated, rather than waiting for the entire response to be completed.
* By setting stream=True, the API will send a stream of responses, enabling real-time interactions in
* applications. For instance:


Example


from HorridAPI import Mango

mango = Mango()

response = mango.chat.completions.create(
model="gpt-3.5",
stream=True,
messages=[{"role": "user", "content": "Hello"}]
)

print(message.text)



output

Hi
There!
How
Can
I
Help
You

1.0.53

GitHub Release Notes

🚀 Added Features

We are excited to announce the addition of the following models:

- gpt-4o
- claude-3.5-sonnet

🔍 How to Explore the Models

You can view all available models by clicking the link below:
👉 [Explore Models Here](https://horridapi.onrender.com/mango)

🛠️ Feedback & Support

Your feedback is invaluable to us! If you have any suggestions or encounter any bugs, please don't hesitate to submit your concerns at our issue tracker:
👉 [Report Issues on GitHub](https://github.com/Mishel-Tg/HorridAPI/issues)

Thank you for your continued support!

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.