feat: optimized channel testing (1)

This commit is contained in:
ckt1031
2023-07-11 17:11:55 +08:00
parent 4928319494
commit 12365ccf69
2 changed files with 7 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ type ChatRequest struct {
Model string `json:"model"`
Messages []Message `json:"messages"`
MaxTokens int `json:"max_tokens"`
Stream bool `json:"stream"`
}
type TextRequest struct {