ErikGL

Results 3 comments of ErikGL
trafficstars

Did you ever solve this issue? I have a similar problem. ``` from bit import PrivateKey key = PrivateKey('PrivateKeyFromExodusWallet') print(key.address) print(key.get_balance('btc')) print(key.balance) ``` This gives me a wrong BTC address...

I'm having the same problem with OpenAIChat llm

I'm not sure what's the difference or why but I have not had any problems when I use ChatOpenAI from `langchain.chat_models` instead of OpenAIChat.