Thai Phan Bui
Thai Phan Bui
Try it: ``` const web3Modal = new Web3Modal({ network: "binance", // replace mainnet to binance cacheProvider: true, // optional providerOptions, // required }); ```
thanks @zhangfy1994 so much
Same bug, and DanSnow continue can't fix it?
I appreciate the thoughtful response. I'd like to point out that the library already supports alternative backends through the `withBaseUri()` method: ```php $client = OpenAI::factory() ->withApiKey($config['api_key']) ->withBaseUri($config['base_uri']) ->withHttpClient($httpClient) ->withStreamHandler(fn (RequestInterface...
Sorry for the late reply, Because I used a regular HTTP library instead. Here is my data: ``` data: {"sources": [{"source": {"id": "48f6bceb-8f24-42b2-b144-df627b8bae17", "user_id": "776033a2-51da-488c-9155-56653bde5ec0", "name": "Documents", "description": "Documents", "meta":...