Unable to get my credits


I have installed the library then also it is showing error.
I used from boltiotai import openai and it is showing no module named

Hi @lipikachakraborty488

You can manually install the boltioai library by executing the following command in shell:

pip install boltiotai

After it is intalled, run the the program and it should work as expected.

Do try this and let us know. If you still face issues, please feel free to get back to us

still not working i installed pip install boltiotai still it is showing the same result

Hi @lipikachakraborty488

In your code, please change the first line to:

from boltiotai import openai

Do try this and let us know