Merge pull request #113 from josylad/readme

This commit is contained in:
Federico 2024-08-29 14:59:24 +02:00 committed by GitHub
commit 38fbaaa456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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):