mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 01:23:41 +08:00
add encoding_format
Signed-off-by: wozulong <>
This commit is contained in:
@@ -23,5 +23,5 @@ type OllamaEmbeddingRequest struct {
|
||||
}
|
||||
|
||||
type OllamaEmbeddingResponse struct {
|
||||
Embedding []float64 `json:"embedding,omitempty"`
|
||||
Embedding any `json:"embedding,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user