CAO Mingpei

Results 6 comments of CAO Mingpei

**get_token_account_balance** may be more suitable for your needs. For example, system account of [circle](https://solscan.io/account/7VHUFJHWu2CuExkJcJrzhQPJ2oygupTWkL2A2For4BmE#portfolio) has may token account, and [3emsAVdmGKERbHjmGfQ6oZ1e35dkf5iYcS6U4CPKFVaa](https://solscan.io/account/3emsAVdmGKERbHjmGfQ6oZ1e35dkf5iYcS6U4CPKFVaa) is his token account of USDC. You may use **get_token_account_balance**...

> > **get_token_account_balance** may be more suitable for your needs. > > For example, system account of [circle](https://solscan.io/account/7VHUFJHWu2CuExkJcJrzhQPJ2oygupTWkL2A2For4BmE#portfolio) has may token account, and [3emsAVdmGKERbHjmGfQ6oZ1e35dkf5iYcS6U4CPKFVaa](https://solscan.io/account/3emsAVdmGKERbHjmGfQ6oZ1e35dkf5iYcS6U4CPKFVaa) is his token account of USDC....

> > > > **get_token_account_balance** may be more suitable for your needs. > > > > For example, system account of [circle](https://solscan.io/account/7VHUFJHWu2CuExkJcJrzhQPJ2oygupTWkL2A2For4BmE#portfolio) has may token account, and [3emsAVdmGKERbHjmGfQ6oZ1e35dkf5iYcS6U4CPKFVaa](https://solscan.io/account/3emsAVdmGKERbHjmGfQ6oZ1e35dkf5iYcS6U4CPKFVaa) is his...

Thanks a lot, worked for me (python 3.10, win11)

Until my post, I believe the deepseek didn't support the funciton call. I am working on extending the compatibility of an open-ai application. BUT when I use the deepseek api,...

> I'm using OpenAI API via Python SDK, and the function call works well. Yeah, you are right. There must be other reasons lead to my error. https://platform.deepseek.com/api-docs/function_calling/