You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview of the enhancement
We need to validate the language id which user provide in the request so the
Advantages
Benefits of implementing this enhancement
We can prevent submitting wrong lang id from the start instead of throwing error in the ray deployment when files are already downloaded and extracted.
Possible Implementation
Suggested methods for implementing the enhancement
Using pydantic enums.
The text was updated successfully, but these errors were encountered:
Enhancement Description
We need to validate the language id which user provide in the request so the
Advantages
We can prevent submitting wrong lang id from the start instead of throwing error in the ray deployment when files are already downloaded and extracted.
Possible Implementation
Using pydantic enums.
The text was updated successfully, but these errors were encountered: