Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
acclass
/
gpt_demo
like
0
Runtime error
App
Files
Files
Community
main
gpt_demo
/
g4f
/
.v1
/
gpt4free
/
quora
/
graphql
/
ChatViewQuery.graphql
starsaround
Upload 183 files
f4b4235
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
154 Bytes
query
ChatViewQuery
(
$bot
: String
!
)
{
chatOfBot
(
bot
:
$bot
)
{
id
chatId
defaultBotNickname
shouldShowDisclaimer
}
}