gpt_demo / g4f /.v1 /gpt4free /quora /graphql /ChatViewQuery.graphql
starsaround's picture
Upload 183 files
f4b4235
raw
history blame contribute delete
154 Bytes
query ChatViewQuery($bot: String!) {
chatOfBot(bot: $bot) {
id
chatId
defaultBotNickname
shouldShowDisclaimer
}
}