Skip to content

Commit

Permalink
Merge pull request #578 from sarob/sarob-patch02
Browse files Browse the repository at this point in the history
  • Loading branch information
feder-cr authored Oct 24, 2024
2 parents b250b06 + 2efb25b commit 7756511
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,22 @@ Using this folder as a guide can be particularly helpful for:
0. **Account language**
To ensure the bot works, your account language must be set to English.

2. **Data Folder:**
1. **Data Folder:**
Ensure that your data_folder contains the following files:
- `secrets.yaml`
- `config.yaml`
- `plain_text_resume.yaml`

2. **Output Folder:**
Contains the output of the bot.
- `data.json` results of the --collect mode
- `failed.json` failed applications
- `open_ai_calls.json` all the calls made to the LLM model
- `skipped.json` applications that were skipped
- `success.json` successful applications

**Note:** `answers.json` is not part of the output folder and can be found in the root of the project. It is used to store the answers of the questions asked to the user. Can be used to update the bot with corrected answers. Search for `Select an option`, `0`, `Authorized`, and `how many years of` to verify correct answers.

3. **Run the Bot:**

Auto_Jobs_Applier_AIHawk offers flexibility in how it handles your pdf resume:
Expand Down

0 comments on commit 7756511

Please sign in to comment.