Afeezee commited on
Commit
c915259
·
verified ·
1 Parent(s): 954a371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def read_docx(file_path):
24
  # Function to analyze CV for role fit using Llama 3.3 and Groq API
25
  def analyze_cv_with_llama(cv_text, job_description):
26
  completion = client.chat.completions.create(
27
- model="llama-3.1-70b-versatile",
28
  messages=[
29
  {
30
  "role": "system",
 
24
  # Function to analyze CV for role fit using Llama 3.3 and Groq API
25
  def analyze_cv_with_llama(cv_text, job_description):
26
  completion = client.chat.completions.create(
27
+ model="llama-3.3-70b-versatile",
28
  messages=[
29
  {
30
  "role": "system",