openai.go 84 B

12345
  1. package api
  2. type OpenAICompletionRequest struct {
  3. Prompt string `json:"prompt"`
  4. }