Skip to content
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

add custom endpoint path #91

Closed
wants to merge 3 commits into from
Closed

Conversation

aniketmaurya
Copy link
Collaborator

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Fixes #90

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@aniketmaurya aniketmaurya self-assigned this May 16, 2024
@aniketmaurya aniketmaurya added the enhancement New feature or request label May 16, 2024
Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 79%. Comparing base (3eb31aa) to head (59998e3).

Additional details and impacted files
@@        Coverage Diff         @@
##           main   #91   +/-   ##
==================================
- Coverage    79%   79%   -0%     
==================================
  Files         8     8           
  Lines       530   534    +4     
==================================
+ Hits        417   420    +3     
- Misses      113   114    +1     

@aniketmaurya aniketmaurya changed the title add custom endpoint path [wip]add custom endpoint path May 16, 2024
@williamFalcon williamFalcon self-requested a review May 16, 2024 22:51
Copy link
Contributor

@williamFalcon williamFalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aniketmaurya sorry, what is this solving?
what is the user motivation?

this doesn't seem to be grounded in any user needs...

i don't think this should land... this is breaking our standardization...

cc @lantiga

@aniketmaurya aniketmaurya changed the title [wip]add custom endpoint path add custom endpoint path May 16, 2024
@aniketmaurya
Copy link
Collaborator Author

this came up yesterday while serving an agentic model with endpoint path in an specific format. but yeah, make total sense about standardization @williamFalcon

@aniketmaurya aniketmaurya deleted the aniket/user-custom-endpoint branch May 17, 2024 21:47
@aniketmaurya aniketmaurya restored the aniket/user-custom-endpoint branch June 12, 2024 23:55
@aniketmaurya aniketmaurya deleted the aniket/user-custom-endpoint branch June 12, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enable users to override the default api endpoint path
2 participants