vintasoftware / django-ai-assistant

Integrate AI Assistants with Django to build intelligent applications
https://vintasoftware.github.io/django-ai-assistant/
MIT License
132 stars 7 forks source link

Fix: #7 - Add rate-limiting using DRF #150

Open JathinShyam opened 2 weeks ago

JathinShyam commented 2 weeks ago

This fixes the Rate-limiting and throttling issues. added scopes for different types. This provides the ability to customize the rate per user. Tried my best. Iam a beginner to open source. Let me know the changes are good or not. I will work on it. Thanks!

JathinShyam commented 2 weeks ago

Sorry for the confusion. I didn't know your intention behind this DRF. I saw the Youtube video and it seems very easy. Is that enough for this? Let me know what other changes need to be done.

fjsj commented 2 weeks ago

@JathinShyam probably enough, but it's also necessary to:

Feel free to give it a try in this PR or another one. Thanks.

JathinShyam commented 2 weeks ago

Thanks for the confirmation. I am new to this django-ninja. Before this one, I am not aware of that. Thanks to you, I got opportunity to learn. I will take some time and try to contribute. Thanks for your support.