Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luoshengheng committed Nov 30, 2023
1 parent 976cfe2 commit b460238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type ChatCompletionRequest struct {
AllowFallback bool `json:"allow_fallback,omitempty"`
CaptchaToken string `json:"captchaToken,omitempty"` //easychat的额外参数
Token string `json:"token,omitempty"` //ylokh的额外参数
PlainText bool `json:"plainText,omitempty"` //用于标识响应的内容是否纯文本
PlainText bool `json:"-"` //用于标识响应的内容是否纯文本
}

type FunctionDefinition struct {
Expand Down

0 comments on commit b460238

Please sign in to comment.