Jobs_Applier_AI_Agent
Jobs_Applier_AI_Agent copied to clipboard
[DOCS]: Repeated step in README "Documentation" section.
Affected documentation section
"Documentation" section in README file
Documentation improvement description
Step 2 for Gemini setup under the "For Users" subsection in the "Documentation" section is repeated twice:
Gemini Setup
Follow the instructions below to ensure proper configuration of AIHawk with Ollama and Gemini. Written by Rushi, Linkedin, support him by following. Step 1: Get your free API key at https://aistudio.google.com/app/apikey. Step 2: Verify Ollama is Running Replace llm_api_key with your newly created API key on the file secrets.yaml located at Auto_Jobs_Applier_AIHawk\data_folder\secrets.yaml Step 2: Verify Ollama is Running Replace llm_api_key with your newly created API key on the file secrets.yaml located at Auto_Jobs_Applier_AIHawk\data_folder\secrets.yaml Step 3: Edit Configuration in VS Code Edit the file config.py located at Auto_Jobs_Applier_AIHawk\config.py with the following llm_model_type: gemini llm_model: 'gemini-pro'
Revision would be:
Gemini Setup
Follow the instructions below to ensure proper configuration of AIHawk with Ollama and Gemini. Written by Rushi, Linkedin, support him by following. Step 1: Get your free API key at https://aistudio.google.com/app/apikey. Step 2: Verify Ollama is Running Replace llm_api_key with your newly created API key on the file secrets.yaml located at Auto_Jobs_Applier_AIHawk\data_folder\secrets.yaml Step 3: Edit Configuration in VS Code Edit the file config.py located at Auto_Jobs_Applier_AIHawk\config.py with the following llm_model_type: gemini llm_model: 'gemini-pro'
Why is this change necessary?
Cleanup documentation, remove redundancy
Additional context
No response