how_I_built_small_recruitment_company_w_AI_Agents
To set up the how_I_built_small_recruitment_company_w_AI_Agents
environment, follow these steps:
-
Create a virtual environment using Python's built-in
venv
module:python -m venv how_I_built_small_recruitment_company_w_AI_Agents
-
Activate the virtual environment:
-
On Windows:
how_I_built_small_recruitment_company_w_AI_Agents\Scripts\activate
-
On Unix or MacOS:
source how_I_built_small_recruitment_company_w_AI_Agents/bin/activate
-
-
Install dependencies
pip install -r requirements.txt
-
install ollama from https://ollama.com/download
-
install llama3 in ollama
ollama run llama3:8b
-
setup ollama into dify 6.1 click on "model provider", search ollama 6.2 add model name and url as http://host.docker.internal:11434 (this is if you running dify in docker, and ollma on host m/c)