Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: <Provide a clear, descriptive title> #911

Open
yamseats opened this issue Nov 21, 2024 · 3 comments
Open

[BUG]: <Provide a clear, descriptive title> #911

yamseats opened this issue Nov 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@yamseats
Copy link

yamseats commented Nov 21, 2024

Describe the bug

Easy Apply changed Phone Country to Democratic of Congo +243

Steps to reproduce

Upon running the code, it fills the first module for easy apply to democratic of congo and outputs a chatgpt response of "I do not have access to personal information such as mobile phone numbers. Is there anything else I can help you with?" via the mobile phone number field.

Attempted to use the example code as well after it may be my information via https://github.com/AIHawk-FOSS/Auto_Jobs_Applier_AI_Agent?tab=readme-ov-file#3-plain_text_resumeyaml but still gives same output/error

personal_information:
  name: "Jane"
  surname: "Doe"
  date_of_birth: "01/01/1990"
  country: "USA"
  city: "New York"
  address: "123 Main St"
  zip_code: "520123"
  phone_prefix: "+1"
  phone: "5551234567"
  email: "[email protected]"
  github: "https://github.com/janedoe"
  linkedin: "https://www.linkedin.com/in/janedoe/"

image (2)

Expected behavior

Enter my information, not input Democratic Republic of Congo

Actual behavior

After letting it run, thinking it may be a slight error, it still persists on all applications

Branch

main

Branch name

No response

Python version

3.12

LLM Used

ChatGPT/Open AI

Model used

GPT-4o then switched to GPT-4o-mini to test

Additional context

No response

@yamseats yamseats added the bug Something isn't working label Nov 21, 2024
@Tgenz1213
Copy link
Contributor

This happens when the model enters the answer wrong the first time. Go to answers.json and update it.

@surapuramakhil
Copy link
Contributor

@yamseats @Tgenz1213 I believe especially on smaller size models we need to say to model that "phone & mobile number are same" in prompt engineering.

@49Simon can share what you think?

If that's the case, updating prompts would work.

@49Simon
Copy link
Collaborator

49Simon commented Nov 22, 2024

If it's the first time you're running it and it puts +243, there's an issue and we may need to improve the prompts. But if the answer from previous runs was saved in answers.json as 243, thats why it will override it because it will fetch from that file first.

@surapuramakhil We may need to improve prompts for some cases especially answering textbox areas where it currently fails to answer them and throws an error. And this affects bigger models too gpt4o and gemini so far I've seen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

4 participants