I'm showing how to integrate with OpenAI API, how to prepare a promt and parse results. Check out part 2 also!
https://github.com/BogdanGrytsko/Empl...
0:00 Intro
0:20 Formulating a problem
2:07 Questions
2:43 Sample csv with answers
4:00 Parsing csv file
4:53 Refactoring csv reading to make it generic
7:04 Comma as delimiter
10:25 OpenAI API caller implementation
12:20 First prompt and explanation
13:56 adding answers
15:30 running, checking raw response
16:26 Strongly typed response model
17:21 Checking pure message answer from ChatGPT
18:24 Modify prompt to have specific output format
19:40 How to parse output format, asking Chat
20:51 Adding RowParser
21:49 Outro, what will be in part 2