Skip to content

Commit

Permalink
fixed conflict error in libem/core/model/init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Char15Xu committed Aug 10, 2024
1 parent 3740508 commit eb1f549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libem/core/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ async def async_call(*args, **kwargs) -> dict:
return llama.call(*args, **kwargs)
elif kwargs.get("model", "") == "llama3.1":
return llama.call(*args, **kwargs)
elif kwargs.get("model", "") == "llama3.1":
return llama.call(*args, **kwargs)
elif kwargs.get("model", "") == "claude-3-5-sonnet-20240620":
return await claude.call(*args, **kwargs)
else:
Expand Down

0 comments on commit eb1f549

Please sign in to comment.