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

(FR04) Roadmap Generation #5

Open
sidarragac opened this issue Aug 6, 2024 · 2 comments
Open

(FR04) Roadmap Generation #5

sidarragac opened this issue Aug 6, 2024 · 2 comments
Assignees
Labels
P1 Integrator proyect 1 requisites

Comments

@sidarragac
Copy link
Owner

sidarragac commented Aug 6, 2024

The roadmap system shall use LLM models to create a roadmap based on the given objectives and interest of the user.

@sidarragac
Copy link
Owner Author

08/08/2024: Build the first version of the prompt to be used to get the data from open AI.

content = f"""Imagine you're an experienced recruiter. You're requested to build a 5 steps, self-study roadmap to be a {objective}. For each step of the roadmap, bring recommendations on how to expand the topic you're suggesting and some material you can provide. Also, provide a job I might apply for after completing this goal. Justify how this roadmap will benefy me on my professional career and finally, after making an analysis, say if {salary} dollars a year as expected salary is a good estimation, or either to high or to low considering the level that can be achieved with this roadmap.

Bring your answer in the following format:
Roadmap to become -what I want to become-:
Step 1. -First step towards the goal-
 remarkable points to complete this step and job suggestion.
(Follow step 1 structure for the rest of steps you will bring)

How this roadmap benefit me
Your opinion about my salary expectations
Bring your response on the given format as a pure json-object format without using /n or any other special character."""
        msg = [
            {"role": "user", "content": content}
        ]

@sidarragac sidarragac moved this from In Progress to Done in Backlog Integrator Project 1 Aug 14, 2024
@sidarragac
Copy link
Owner Author

The Roadmap Generation requisite (FR04) has been combined with (FR09) "Recommendations to reach goals" and (FR05), previously called "Suggested Job Positions, as both of them were related to the needed promt to generate a response.

@sidarragac sidarragac added the P1 Integrator proyect 1 requisites label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Integrator proyect 1 requisites
Projects
Status: Done
Development

No branches or pull requests

3 participants