Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parse url escaped values for model names
This will allow the `/v2/models/{model_name}` endpoint to support forward slashes in the model name, as is common for text models. For example, `aphrodite%2FNeverSleep%2FNoromaid-13b-v0.3` will become `aphrodite/NeverSleep/Noromaid-13b-v0.3`.
- Loading branch information