memos/api/openai.go
boojack df04e852bf
feat: implement openai integration (#1245)
* feat: implement openai integration

* chore: update
2023-03-04 18:22:10 +08:00

6 lines
84 B
Go

package api
type OpenAICompletionRequest struct {
Prompt string `json:"prompt"`
}