-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: refactoring API and adding stubs for new OpenAI endpoints #437
Conversation
✅ Deploy Preview for leapfrogai-docs canceled.
|
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.
One thing we should be consistent on is using Union[x,y]
vs. x | y
in type signatures. We had users pinned on Python 3.8 (maybe now less relevant with our direciton) before type syntax was built into Python. I'm fine with moving either direction, but this PR should unify on one or the other.
Other than that, lgtm.
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.
lgtm!
Adds stubs for new assistants endpoint
Refactors API into separate routers for each route