ChatGPT
The sample code is presented at https://github.com/CliqueOfficial/sibyl-chat-gpt-data-connector.
Test the deployed oracle pipeline hosted by Clique here:
curl --location 'https://sibyl.sit.clique.tech/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_chatParameters:
- chatstring, input content for interacting with ChatGPT
- bearerstring, OpenAI token generated from https://platform.openai.com/account/api-keys.
Last updated
