You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CURRENTLY. No alternatives than GPT through API to build CV from text description.
PPOPOSAL.
source file gpt_resume_job_description.py
Improve class LLMResumeJobDescription: def __init__(self, openai_api_key, strings): self.llm_cheap = LoggerChatModel(ChatOpenAI(model_name="gpt-4o-mini", openai_api_key=openai_api_key, temperature=0.4))
by changing to or similar to vary LLM config self.llm_cheap = LoggerChatModel(self.ai_adapter)
The text was updated successfully, but these errors were encountered:
CURRENTLY. No alternatives than GPT through API to build CV from text description.
PPOPOSAL.
source file gpt_resume_job_description.py
Improve
class LLMResumeJobDescription: def __init__(self, openai_api_key, strings): self.llm_cheap = LoggerChatModel(ChatOpenAI(model_name="gpt-4o-mini", openai_api_key=openai_api_key,
temperature=0.4))by changing to or similar to vary LLM config
self.llm_cheap = LoggerChatModel(self.ai_adapter)
The text was updated successfully, but these errors were encountered: