ChatGPT

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

Parameters:

Last updated