File upload endpoint (#7)

This commit is contained in:
blfletcher
2021-08-03 09:51:23 -06:00
committed by GitHub
parent 6297de371c
commit 3dfb5bd804
4 changed files with 106 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ type CompletionRequest struct {
LogProbs int `json:"logprobs,omitempty"`
Model *string `json:"model,omitempty"`
Echo bool `json:"echo,omitempty"`
Stop []string `json:"stop,omitempty"`