mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-09 23:53:41 +08:00
update GeneralOpenAIRequest
This commit is contained in:
@@ -31,7 +31,7 @@ type PaLMChatRequest struct {
|
||||
Temperature float64 `json:"temperature,omitempty"`
|
||||
CandidateCount int `json:"candidateCount,omitempty"`
|
||||
TopP float64 `json:"topP,omitempty"`
|
||||
TopK int `json:"topK,omitempty"`
|
||||
TopK uint `json:"topK,omitempty"`
|
||||
}
|
||||
|
||||
type PaLMError struct {
|
||||
|
||||
Reference in New Issue
Block a user