From bef20194b8a086486e9daf5630161873cb74fdb4 Mon Sep 17 00:00:00 2001 From: Kelvin Date: Fri, 16 Jun 2023 13:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20functions=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 9d3ea2f..5a307b8 100644 --- a/main.go +++ b/main.go @@ -38,6 +38,7 @@ type ChatRequest struct { Input interface{} `json:"input,omitempty"` Instruction string `json:"instruction,omitempty"` N int `json:"n,omitempty"` + Functions interface{} `json:"functions,omitempty"` } type ImagesRequest struct {