We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3697bf4 commit 0f9f4aaCopy full SHA for 0f9f4aa
completion.go
@@ -39,6 +39,7 @@ const (
39
type CompletionRequest struct {
40
Model string `json:"model"`
41
Prompt string `json:"prompt,omitempty"`
42
+ Suffix string `json:"suffix,omitempty"`
43
MaxTokens int `json:"max_tokens,omitempty"`
44
Temperature float32 `json:"temperature,omitempty"`
45
TopP float32 `json:"top_p,omitempty"`
0 commit comments