mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-24 10:56:37 +08:00
feat: support o1 channel test
This commit is contained in:
parent
3af62a3efa
commit
804aad3f37
@ -13,6 +13,7 @@ type GeneralOpenAIRequest struct {
|
||||
Stream bool `json:"stream,omitempty"`
|
||||
StreamOptions *StreamOptions `json:"stream_options,omitempty"`
|
||||
MaxTokens uint `json:"max_tokens,omitempty"`
|
||||
MaxCompletionTokens uint `json:"max_completion_tokens,omitempty"`
|
||||
Temperature float64 `json:"temperature,omitempty"`
|
||||
TopP float64 `json:"top_p,omitempty"`
|
||||
TopK int `json:"top_k,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user