the address has an issue, should be fix it
cookbook\indoxGen\Hybrid_Data_Generation_with_GAN_and_LLM.ipynb
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[13], line 1
----> 1 from indoxGen.llms import OpenAi, IndoxApi
3 indox = IndoxApi(api_key=INDOX_API_KEY)
4 nemotron = OpenAi(api_key=NVIDIA_API_KEY, model="nvidia/nemotron-4-340b-instruct", base_url="https://integrate.api.nvidia.com/v1")
ImportError: cannot import name 'IndoxApi' from 'indoxGen.llms' (c:\Users\AliNemati\.conda\envs\indox\Lib\site-packages\indoxGen\llms\__init__.py)
the address has an issue, should be fix it
cookbook\indoxGen\Hybrid_Data_Generation_with_GAN_and_LLM.ipynb