memos/api/openai.go

6 lines
84 B
Go
Raw Normal View History

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