cdcvd commited on
Commit
158022c
1 Parent(s): 03ab049

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -53,7 +53,7 @@ def evaluate_with_gpt(resume_text, job_description):
53
 
54
  try:
55
  response = openai.ChatCompletion.create(
56
- model="gpt-3.5-turbo",
57
  messages=[
58
  {"role": "system", "content": "You are a helpful assistant."},
59
  {"role": "user", "content": prompt}
 
53
 
54
  try:
55
  response = openai.ChatCompletion.create(
56
+ model="gpt-4o",
57
  messages=[
58
  {"role": "system", "content": "You are a helpful assistant."},
59
  {"role": "user", "content": prompt}