package api

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