jinsanity07git

Results 2 comments of jinsanity07git

> Had the same problem. Solved it with > > ```shell > npm i -g langchainhub > ``` This works for me. Thank you!

### Update This workaround fixed my issue: "@gradio/client": "^0.14.0" * I make the changes to the file `node_modules\@gradio\client\dist\index.js` ```js // line 15 const { protocol, host,pathname } = new URL(endpoint);...