nicobrenner / commandjobs

Command Jobs uses AI to help software engineers find the best jobs
Apache License 2.0
146 stars 12 forks source link

Add listings per ai request option #34

Closed nicobrenner closed 3 months ago

nicobrenner commented 3 months ago

The option COMMANDJOBS_LISTINGS_PER_BATCH determines how many listings are processed each time the menu option "Find best matches with AI" is executed

The purpose of this option is to make testing the app faster, easier and less scarier in terms of gpt usage

Now the option to find AI matches includes a notice about how many listings will be checked (🧠 Find best matches for resume with AI (will check 10 listings at a time))

image

The option can be is set, and can be changed, in the user's .env (an example was added to sample.env)