rushankg commited on
Commit
e07ba78
·
verified ·
1 Parent(s): a8c751e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def extract_info_with_claude(resume_content: bytes) -> str:
55
 
56
  try:
57
  message = anthropic.messages.create(
58
- model="claude-3-haiku-20240307",
59
  max_tokens=4096,
60
  system="You are a helpful assistant that extracts information from resumes.",
61
  messages=[{
 
55
 
56
  try:
57
  message = anthropic.messages.create(
58
+ model="claude-3-5-sonnet-20240620",
59
  max_tokens=4096,
60
  system="You are a helpful assistant that extracts information from resumes.",
61
  messages=[{