-
Notifications
You must be signed in to change notification settings - Fork 839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3 issue Deepseek-Reasoner- Not Working #174
Comments
please pull the latest code |
Hello - I did download the latest release =( |
this is not the latest code |
I downloaded this - https://github.com/browser-use/web-ui/archive/refs/tags/v1.3.zip and also tried this https://github.com/browser-use/web-ui.git but same error. Can you point me to the latest code that you mentioned? thanks 1.2 and older version have no issues. INFO [src.agent.custom_agent] |
have you set the correct deepseek api key? have you uncheck Use vision when using deepseek? |
yes and even OpenAI it does't work and other llm for ver 1.3 same error but 1.2 is working fine |
git clone the latest code or download https://github.com/browser-use/web-ui/archive/refs/heads/main.zip |
Something is wrong with 1.3 Gemini is working but DeepSeek do not work - even if the API is correct. In 1.2 there is no issue at all ERROR [agent] β Result failed 5/5 times: |
{'error': {'message': 'Incorrect API key provided: sk-542d1***********************7ed8. You can find your API. ...... |
The reason why this error its because DEEPSEEK is intermittent due to the on-going Cyber Attack yesterday even if the API key is correct BUT deepseek-chat is Working intermittently What's not working is Deepseek-Reasoner feature.... it doesn;t work totally even if you run it in Windows and Linux... 1.2 is very clean and same API key works (deepseek-chat). intermittent connection issue that causing Incorrect API key is because of the on going cyber attack. |
When running deepseek Reasoner;
INFO [src.agent.custom_agent] π Starting task: go to google.com and type 'OpenAI' click search and give me the first url
INFO [src.agent.custom_agent]
π Step 1
ERROR [agent] β Result failed 1/5 times:
Connection error.
INFO [src.agent.custom_agent]
π Step 1
ERROR [agent] β Result failed 2/5 times:
Connection error.
Vision has been disabled for both models below.
When running GEMINI Flash 2.0
Traceback (most recent call last):
File "C:\tmp\web-ui-1.3\webui.py", line 360, in run_custom_agent
agent = CustomAgent(
^^^^^^^^^^^^
File "C:\tmp\web-ui-1.3\src\agent\custom_agent.py", line 98, in init
if self.llm.model_name in ["deepseek-reasoner"]:
^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pydantic\main.py", line 891, in getattr
raise AttributeError(f'{type(self).name!r} object has no attribute {item!r}')
AttributeError: 'ChatGoogleGenerativeAI' object has no attribute 'model_name'. Did you mean: 'model_dump'?
Model name still deepseek when infact the config is gemini flash 2.0 and even if i choose deepseek-reasoner
What is the issue?
The text was updated successfully, but these errors were encountered: