diff --git a/README.md b/README.md index 24e4682..3258335 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ LinkedIn_AIHawk steps in as a game-changing solution to these challenges. It's n ## Installation +**Please watch this video to set up your LinkedIn_AIHawk: [How to set up LinkedIn_AIHawk](https://youtu.be/gdW9wogHEUM) - https://youtu.be/gdW9wogHEUM** + 1. **Download and Install Python:** Ensure you have the last Python version installed. If not, download and install it from Python's official website. For detailed instructions, refer to the tutorials: diff --git a/src/gpt.py b/src/gpt.py index 5794cca..371c0c2 100644 --- a/src/gpt.py +++ b/src/gpt.py @@ -115,7 +115,7 @@ class LoggerChatModel: class GPTAnswerer: def __init__(self, openai_api_key): self.llm_cheap = LoggerChatModel( - ChatOpenAI(model_name="gpt-4o-mini", openai_api_key=openai_api_key, temperature=0.8) + ChatOpenAI(model_name="gpt-4o-mini", openai_api_key=openai_api_key, temperature=0.4) ) @property def job_description(self):