Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
73618a9
Adam
/
quora
/
graphql
/
SummarizeQuotePostQuery.graphql
t.me/xtekky
rename poe api ( gpt 4 ) to quora
3be905b
over 1 year ago
raw
Copy download link
history
blame
Safe
147 Bytes
query
SummarizeQuotePostQuery
(
$comment
: String,
$quotedPostId
: BigInt
!
)
{
summarizeQuotePost
(
comment
:
$comment
,
quotedPostId
:
$quotedPostId
)
}