Skip to content

Commit

Permalink
Fixed bug with roadmap's name language
Browse files Browse the repository at this point in the history
  • Loading branch information
sidarragac committed Nov 8, 2024
1 parent d035751 commit ef6292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/openAIManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generateRoadmap(self, objective, salary):
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. Ensure that each step you bring is planned learn something towards the desired objective. Focus only in courses I can do from home, online. Also, provide a job I might apply for after completing each step. 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 json format:
name: -what I want to become-.,
name: -what I want to become-. (If this is in another language, please translate it to english),
steps: array of steps in the following format:
-number: step number,
-name: step name,
Expand Down

0 comments on commit ef6292f

Please sign in to comment.