Merge pull request #113 from josylad/readme
This commit is contained in:
commit
38fbaaa456
@ -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:
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user