freegpt-webui / g4f /.v1 /gpt4free /quora /graphql /ChatViewQuery.graphql
monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
154 Bytes
query ChatViewQuery($bot: String!) {
chatOfBot(bot: $bot) {
id
chatId
defaultBotNickname
shouldShowDisclaimer
}
}