chore: fix typo

This commit is contained in:
JustSong
2024-04-05 23:55:25 +08:00
parent a44fb5d482
commit 0cb224e62e
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ type EmbeddingRequest struct {
Input string `json:"input"`
}
type EmbeddingRespone struct {
type EmbeddingResponse struct {
Model string `json:"model"`
Object string `json:"object"`
Embeddings []EmbeddingData `json:"data"`