bsiddhharth commited on
Commit
bb63827
·
1 Parent(s): 68cdd74

changed the model in resume_advance_analysis.py to llama-8b-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-70b-8192",
96
  temperature=0.7,
97
  max_tokens=2048,
98
  top_p=1,
 
92
  "content": prompt
93
  }
94
  ],
95
+ model="llama3-8b-8192",
96
  temperature=0.7,
97
  max_tokens=2048,
98
  top_p=1,