mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-03-09 13:04:26 +08:00
Merge c57ddbf95f into 8ec092ba44
This commit is contained in:
@@ -35,7 +35,7 @@ type GeneralOpenAIRequest struct {
|
||||
Stop any `json:"stop,omitempty"`
|
||||
Stream bool `json:"stream,omitempty"`
|
||||
StreamOptions *StreamOptions `json:"stream_options,omitempty"`
|
||||
Temperature float64 `json:"temperature,omitempty"`
|
||||
Temperature float64 `json:"temperature"`
|
||||
TopP float64 `json:"top_p,omitempty"`
|
||||
TopK int `json:"top_k,omitempty"`
|
||||
Tools []Tool `json:"tools,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user