bsiddhharth commited on
Commit
6c2ed98
·
1 Parent(s): d4c2a41

changed the model in resume_analysis to llama3-70b-8192

Browse files
Files changed (1) hide show
  1. resume_advance_analysis.py +1 -1
resume_advance_analysis.py CHANGED
@@ -92,7 +92,7 @@ class ResumeImprovementEngine:
92
  "content": prompt
93
  }
94
  ],
95
- model="llama3-groq-70b-8192-tool-use-preview",
96
  temperature=0.7,
97
  max_tokens=2048,
98
  top_p=1,
 
92
  "content": prompt
93
  }
94
  ],
95
+ model="llama3-70b-8192",
96
  temperature=0.7,
97
  max_tokens=2048,
98
  top_p=1,