freegpt-webui / g4f /.v1 /gpt4free /quora /graphql /SummarizeQuotePostQuery.graphql
monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
147 Bytes
query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
}