Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
queukat committed Nov 22, 2024
1 parent 1846fa4 commit bd0f668
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,53 @@
LLM_MODEL_TYPE = 'openai'
LLM_MODEL = 'gpt-4o-mini'
# Only required for OLLAMA models
LLM_API_URL = ''
LLM_API_URL = ''

ABBREVIATIONS = {
"Senior": "Sr",
"Junior": "Jr",
"Data Engineer": "DE",
"Data engineer": "DE",
"data engineer": "DE",
"Software Engineer": "SWE",
"Developer": "Dev",
"Python": "Py",
"Data Scientist": "DS",
"Machine Learning Engineer": "MLE",
"Frontend Developer": "FE Dev",
"Backend Developer": "BE Dev",
"Full Stack Developer": "FS Dev",
"DevOps Engineer": "DevOps",
"Quality Assurance Engineer": "QA",
"Product Manager": "PM",
"Project Manager": "ProjM",
"Business Analyst": "BA",
"Scrum Master": "ScrumM",
"UI/UX Designer": "UIUX",
"Database Administrator": "DBA",
"System Administrator": "SysAdmin",
"Cloud Engineer": "CloudE",
"Security Engineer": "SecE",
"Network Engineer": "NetE",
"IT Support Specialist": "ITSupport",
"Solution Architect": "SA",
"Technical Lead": "TechLead",
"Chief Technology Officer": "CTO",
"Chief Information Officer": "CIO",
"Cybersecurity Specialist": "CyberSec",
"Mobile App Developer": "MobileDev",
"Blockchain Developer": "BlockDev",
"Site Reliability Engineer": "SRE",
"AI Engineer": "AIE",
"Big Data Engineer": "BigDE",
"Embedded Systems Engineer": "EmbedE",
"Hardware Engineer": "HwE",
"Network Administrator": "NetAdmin",
"Game Developer": "GameDev",
"Research Scientist": "RS",
"Test Automation Engineer": "TestAuto",
"Digital Marketing Specialist": "DMS",
"Technical Support Engineer": "TechSupport",
"Data Analyst": "DA",
"Cloud Architect": "CloudArch"
}

0 comments on commit bd0f668

Please sign in to comment.