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

Fix rate response route #127

Open
adubovik opened this issue Jan 10, 2024 · 0 comments
Open

Fix rate response route #127

adubovik opened this issue Jan 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@adubovik
Copy link
Contributor

adubovik commented Jan 10, 2024

Currently the rate route is defined like /v1/{deployment_name}/rate

It clashes with the files route: /v1/files/{bucket}/{file_path}.

We should migrate to the rate route /v1/deployments/{deployment_name}/rate to avoid ambiguity and make it consistent with other /v1/deployments/* routes.

The chat must be migrated to this new route too.

@adubovik adubovik added the bug Something isn't working label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant