Jekyll2000 commited on
Commit
a2d0681
·
verified ·
1 Parent(s): c8ce6b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate_groq_response(prompt, agent_type, temperature=0.7):
60
  "report_agent": """You are an interview assessment specialist. Create a detailed, constructive report of the interview without scoring or grading the candidate. Identify correct answers with green text and areas for improvement with red text. Focus on suggesting specific technical topics the candidate should study further rather than platforms or resources. Be encouraging and specific in your feedback."""
61
  }
62
 
63
- client = Groq(api_key=os.getenv("GROQ_API_KEY"))
64
  response = client.chat.completions.create(
65
  model="llama-3.3-70b-versatile",
66
  messages=[
 
60
  "report_agent": """You are an interview assessment specialist. Create a detailed, constructive report of the interview without scoring or grading the candidate. Identify correct answers with green text and areas for improvement with red text. Focus on suggesting specific technical topics the candidate should study further rather than platforms or resources. Be encouraging and specific in your feedback."""
61
  }
62
 
63
+ client = Groq(api_key=os.environ["GROQ_API_KEY"])
64
  response = client.chat.completions.create(
65
  model="llama-3.3-70b-versatile",
66
  messages=[