[server] Remove unused model name
This commit is contained in:
parent
05b0f1649f
commit
3df49beb07
1 changed files with 5 additions and 4 deletions
|
@ -38,10 +38,11 @@ type GetFilesEmbeddingResponse struct {
|
|||
type Model string
|
||||
|
||||
const (
|
||||
OnnxClip Model = "onnx-clip"
|
||||
GgmlClip Model = "ggml-clip"
|
||||
OnnxYoloV5MobileNet Model = "onnx-yolov5-mobile"
|
||||
FileMlClipFace Model = "file-ml-clip-face"
|
||||
OnnxClip Model = "onnx-clip"
|
||||
GgmlClip Model = "ggml-clip"
|
||||
|
||||
// FileMlClipFace is a model for face embeddings, it is used in request validation.
|
||||
FileMlClipFace Model = "file-ml-clip-face"
|
||||
)
|
||||
|
||||
type EmbeddingObject struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue