jzou19950715 commited on
Commit
5a28fe7
·
verified ·
1 Parent(s): 884390a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -208,7 +208,7 @@ class ProfileBuilder:
208
 
209
  # Process with AI
210
  completion = await self.client.chat.completions.create(
211
- model="gpt-4-0125-preview",
212
  messages=[
213
  {"role": "system", "content": EXTRACTION_PROMPT},
214
  {"role": "user", "content": f"Extract profile information from this resume:\n\n{resume_text}"}
@@ -252,7 +252,7 @@ class ProfileBuilder:
252
 
253
  # Get AI extraction
254
  completion = await self.client.chat.completions.create(
255
- model="gpt-4-0125-preview",
256
  messages=[
257
  {"role": "system", "content": EXTRACTION_PROMPT},
258
  {"role": "user", "content": f"Extract profile information from this {source}:\n\n{content}"}
 
208
 
209
  # Process with AI
210
  completion = await self.client.chat.completions.create(
211
+ model="gpt-4o-mini",
212
  messages=[
213
  {"role": "system", "content": EXTRACTION_PROMPT},
214
  {"role": "user", "content": f"Extract profile information from this resume:\n\n{resume_text}"}
 
252
 
253
  # Get AI extraction
254
  completion = await self.client.chat.completions.create(
255
+ model="gpt-4o-mini",
256
  messages=[
257
  {"role": "system", "content": EXTRACTION_PROMPT},
258
  {"role": "user", "content": f"Extract profile information from this {source}:\n\n{content}"}