Openai Chatgpt
the openai chatgpt connector enables automated interaction with openai's advanced natural language processing tools, facilitating ai powered conversations and text analysis within user workflows openai's chatgpt is a cutting edge language model that offers conversational ai capabilities the openai chatgpt connector for swimlane turbine allows users to integrate ai driven insights directly into their security workflows by leveraging this connector, users can submit questions and receive ai generated responses, enrich security playbooks with advanced ai context, and enhance decision making processes the connector supports various models, including the latest gpt versions, and offers customizable parameters for tailored ai responses prerequisites to effectively utilize the openai chatgpt connector within swimlane turbine, ensure you have the following api key authentication api key a valid openai api key required to authenticate requests capabilities the openai chatgpt connector has the following capabilities generate responses to user input configurations openai api key authenticates using an api key configuration parameters parameter description type required apikey api key string required base url the base url of the openai api endpoint string optional actions ask chatgpt submits a question to openai chatgpt and retrieves the ai generated response for seamless workflow integration endpoint method get input argument name type required description question to ask string required parameter for ask chatgpt model string optional the model to use for generating the response max tokens number optional the maximum number of tokens to generate in the response default is 2000 temperature number optional controls the randomness of the output higher values (e g , 0 9) make the output more random, while lower values (e g , 0 1) make it more focused and deterministic default is 0 9 top p number optional an alternative to sampling with temperature, called nucleus sampling default is 1 img url string optional url of the image to be used as context for generating the response file object optional file to be uploaded and used as context for generating the response file file string optional parameter for ask chatgpt file file name string optional name of the resource input example {"question to ask" "what is monday","model" "gpt 4 1","img url" "https //www google com/images/branding/googlelogo/1x/googlelogo color 272x92dp png"} output parameter type description message string response message status code number http status code of the response headers object http headers for the request reason string response reason phrase output example {"message" "certainly! here are the details of swimlane as of june 2024 \n\n \n\n### ove ","status code" 200,"headers"\ null,"reason" "ok"} response headers header description example content type the media type of the resource application/json date the date and time at which the message was originated thu, 01 jan 2024 00 00 00 gmt