EasyTop

Results 4 comments of EasyTop

its already been done and there is a pull request waiting to be merged

in coder.py change the "~~~" to "```" in the response split ``` def validate_response(self, response: str) -> Union[List[Dict[str, str]], bool]: print(response) response = response.strip() response = response.split("```", 1)[1] response =...

I did it for u guys, ur welcome *works well with openhermes* uv pip install duckduckgo_search backup devika/src/browser/search.py cd devika/src/browser/ cp search.py search-copy.py copy pasta the code below into search.py...