[server] Remove unused model name

This commit is contained in:
Neeraj Gupta 2024-03-19 11:04:25 +05:30
parent 05b0f1649f
commit 3df49beb07

View file

@ -40,7 +40,8 @@ type Model string
const (
OnnxClip Model = "onnx-clip"
GgmlClip Model = "ggml-clip"
OnnxYoloV5MobileNet Model = "onnx-yolov5-mobile"
// FileMlClipFace is a model for face embeddings, it is used in request validation.
FileMlClipFace Model = "file-ml-clip-face"
)