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

Feature/add description improvements #33

Merged

Conversation

jpgtzg
Copy link
Contributor

@jpgtzg jpgtzg commented Feb 3, 2025

Description

  • Implemented a new feature that rewords an Experience's or Education's description using OpenAI's API (using 4o-mini model)
  • Returns a JSON response with the updated description

Changes Made

Testing

  • Verified the new endpoint
  • Confirmed the endpoint works with both Education and Experience models

Issues

Responses

200 OK

{
    "response": "- **Leadership Role**: Served as the Head of the Debate Team at NYU, fostering critical thinking and public speaking skills among team members. \n- **Team Development**: Led the team in organizing practice sessions and workshops, resulting in enhanced performance and competitive success.\n- **Event Coordination**: Coordinated and managed participation in various debate competitions, ensuring effective strategy and preparation.\n- **Mentorship**: Mentored junior members, providing guidance and feedback that contributed to their personal and academic growth."
}

gpt_connection.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@Pradyuman7 Pradyuman7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one minor comment

@Pradyuman7 Pradyuman7 mentioned this pull request Feb 4, 2025
@jpgtzg
Copy link
Contributor Author

jpgtzg commented Feb 5, 2025

@Pradyuman7 Sure! Just fixed it!

@jpgtzg jpgtzg requested a review from Pradyuman7 February 5, 2025 13:19
Copy link
Collaborator

@Pradyuman7 Pradyuman7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@Pradyuman7
Copy link
Collaborator

@jpgtzg please resolve the conflicts here and then feel free to merge

@jpgtzg
Copy link
Contributor Author

jpgtzg commented Feb 7, 2025

@Pradyuman7 done! Thanks :)

@Pradyuman7 Pradyuman7 merged commit 019780c into MLH-Fellowship:main Feb 7, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ChatGPT functionality to help users reword the description section of their resume
2 participants