Commit c833843d by Calcium-Ion Committed by GitHub

Merge pull request #371 from daggeryu/patch-1

fix: embedding model dimensions
parents 3ada9185 9d3381a5
......@@ -31,6 +31,7 @@ type GeneralOpenAIRequest struct {
User string `json:"user,omitempty"`
LogProbs bool `json:"logprobs,omitempty"`
TopLogProbs int `json:"top_logprobs,omitempty"`
Dimensions int `json:"dimensions,omitempty"`
}
type OpenAITools struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment