-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for llm apps service #1681
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @aakrem
Please see my comments. I would also add some docstrings to the tests (chagpt generated), that would helpful later to understand when a test fails (without having to read the code), since the names are not very telling
Added Unit Tests for the llm_apps_service.py :
Improved run_with_retry method: