tharu22 commited on
Commit
f98c59f
·
1 Parent(s): ba19e1d
Files changed (1) hide show
  1. schemas/input_schemas.py +1 -1
schemas/input_schemas.py CHANGED
@@ -15,5 +15,5 @@ class CosineSimilarityResponse(BaseModel):
15
 
16
 
17
  class EmbeddingResponse(BaseModel):
18
- embeddings: list
19
 
 
15
 
16
 
17
  class EmbeddingResponse(BaseModel):
18
+ message: str
19