MLH-Fellowship / orientation-project-python-23.SUM.A

Orientation Project (Python) for 23.SUM.A
1 stars 12 forks source link

Feat/add chatgpt reword #45

Open galadd opened 1 year ago

galadd commented 1 year ago

Description: This pull request addresses https://github.com/MLH-Fellowship/orientation-project-python-23.SUM.A/issues/10 - Add ChatGPT functionality to help users reword the description section of their resume. It aims to reword the description key of the experience section, and create a more professional look of the resume

Key Changes: 2 new functions have been added. 1 in utils.py focused on the generated description, and the format required for emulation. The other in app.py, which focuses on the implementation of the generated description and handles the call

Benefits: Users would not have to worry about having to order and properly word the description section of their job experience. by just inputing key phrases, it is generated for them

Testing: No test cases covered because there's no mock api to use, and the only way would be to expose my OpenAI API Key

galadd commented 1 year ago

Hello @wrussell1999, @Henoven ,

I have completed work on the PR, and everything is in order except for the test cases. I am currently facing a challenge as there are no mock calls or APIs available for me to utilize in creating these tests. I kindly request your assistance in reviewing the PR, and if you have any suggestions or solutions regarding the lack of mock calls or APIs, I would greatly appreciate your input.