ChatGPT
The ChatGPT Example
The sample code is presented at https://github.com/CliqueOfficial/sibyl-chatGPTDataConnector.
Test the deployed oracle pipeline hosted by Clique here:
curl --location 'https://sibyl.clique-test.social:3443/query' -k
--header 'Accept: application/json'
--header 'Connection: Close'
--header 'Content-Type: application/json'
--data '{
"query_type": "chatgpt_chat",
"query_param": {
"chat": "How is your development experience in Rust?",
"bearer": "YOUR_BEARER"
}
}'
ChatGPT
chatgpt_chat
chatgpt_chat
Parameters:
chat
string, input content for interacting with ChatGPTbearer
string, OpenAI token generated from https://platform.openai.com/account/api-keys.
Last updated