feat: support messages to ask AI (#1380)

This commit is contained in:
boojack
2023-03-18 22:07:14 +08:00
committed by GitHub
parent 8b20cb9fd2
commit 573f07ec82
8 changed files with 99 additions and 108 deletions

View File

@@ -1,5 +0,0 @@
package api
type OpenAICompletionRequest struct {
Prompt string `json:"prompt"`
}