Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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=[{
|