Skip to content

Commit

Permalink
Update gemini-vertex-model-provider/server/server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Donnie Adams <[email protected]>
  • Loading branch information
iwilltry42 and thedadams committed Jan 17, 2025
1 parent 5440d69 commit fdbac79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gemini-vertex-model-provider/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,4 @@ func (s *server) embeddings(w http.ResponseWriter, r *http.Request) {
http.Error(w, fmt.Sprintf("couldn't encode response: %v", err), http.StatusInternalServerError)
return
}

return
}

0 comments on commit fdbac79

Please sign in to comment.