OpenInterpreter / 01

The #1 open-source voice interface for desktop, mobile, and ESP32 chips.
https://01.openinterpreter.com/
GNU Affero General Public License v3.0
4.92k stars 517 forks source link

JSONDecodeError when attempting to get data from the web #240 issue -… #247

Closed ch33nchan closed 2 months ago

ch33nchan commented 5 months ago

a potential workaround and i have also added a try and catch error incase the openinterpreter API fails we try googlesearch using python-googlesearch library and in case that fails too we try a browser search using an agent with the default browser search engine. This is just a workaround maybe there are better potential fix better than this?