gpt_demo / g4f /.v1 /gpt4free /quora /graphql /SummarizeQuotePostQuery.graphql
starsaround's picture
Upload 183 files
f4b4235
raw
history blame contribute delete
147 Bytes
query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
}