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