[Add] browser-use and main.py
This commit is contained in:
parent
08e64bdf45
commit
96914d44ac
221 changed files with 30952 additions and 1 deletions
5
browser-use/browser_use/exceptions.py
Normal file
5
browser-use/browser_use/exceptions.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class LLMException(Exception):
|
||||
def __init__(self, status_code, message):
|
||||
self.status_code = status_code
|
||||
self.message = message
|
||||
super().__init__(f'Error {status_code}: {message}')
|
||||
Loading…
Add table
Add a link
Reference in a new issue