I have integrated ChatGPT with UiPath.
My project is Resume screening. Here, I store Resume and Job description in separate Output variable. Using those I want chatgpt to scan the skills from job description with resume and provide the result in excel file.
I have tried this by integrating the chatgpt’s API key with UiPath. but the skills are not getting matched. Not sure where am missing. Am stuck here
Could anyone please guide me how to proceed with this? like. how to ask questions to chatgpt and how to pass the jD and resume to chatgpt?
I have passed one resume in doc format and JD in text format and asked the question is assin activity as “Match the skills mentioned in JD(mentioned the output variable of this) with those in the WordResume((mentioned the output variable of this))”
Have you passed the doc format file path or the Content of the word document ?
If passed the file path, it will not be able to read the file content, we would ask you to read the Word document content and get the text data as String and pass this value to the HTTP request.
@Anil_G
I have asked the question in Assign activity and assigned it to a variable and passed that variable in Body of HTTP Request.
Could you please let me know anywhere else we need to call the variable?
Tried With 4 lines of resumes and 3 words of JD, and the Question which is pass is only to Extract name in Input Dialogue box. Even am getting the token error.