4 ms·
Have you considered using an LLM model API? You could just send it the posting text and come with a good prompt to extract the most likely required skills.
by diehunde 2y ago
Have you considered using an LLM model API? You could just send it the posting text and come with a good prompt to extract the most likely required skills.
- azeusCC 2y agoI’ve been considering an LLM API, and it definitely sounds promising. My main concern is the cost—I'm processing around 300 job offers per day and plan to scale up further. Do you have any go-to APIs you’d recommend that balance performance and pricing?
- diehunde 2y agoA while ago I built a prototype app to extract songs and artists from Reddit posts with thousands of comments. I used the Anthropic API, and it was pretty easy to set up and wasn't very expensive. I think you can get a pretty good estimation of how much it would cost beforehand or after a few test runs.
- azeusCC 2y agoI’ll take a look at that. Good to hear it’s affordable for smaller tasks like that.