YC.W
Results
3
comments of
YC.W
I encountered the same issue and resolved it by downgrading to [email protected]. This version works perfectly for me. If a future release resolves this problem, I will update to the...
For ChatGoogleGenerativeAI, try this way: ```ts import { setGlobalDispatcher, ProxyAgent } from 'undici'; const proxyAgent = new ProxyAgent({ uri: 'http://172.16.5.147:30010' }); setGlobalDispatcher(proxyAgent); ```