When i try to run api.py with the latest version (commit 1d57995694caeecdcc47e818a8ab9b0438ddc6c4) I get the following error:
Traceback (most recent call last): File "/media/gapi/Disk/projects/python/GirlfriendGPT/src/api.py", line 23, in <module> from utils import clean_text ImportError: cannot import name 'clean_text' from 'utils' (/home/gapi/.local/lib/python3.10/site-packages/utils/__init__.py)
I think the problem is the function is implemented in the utils.py file which is listed in the .gitignore file.
When i try to run api.py with the latest version (commit 1d57995694caeecdcc47e818a8ab9b0438ddc6c4) I get the following error:
Traceback (most recent call last): File "/media/gapi/Disk/projects/python/GirlfriendGPT/src/api.py", line 23, in <module> from utils import clean_text ImportError: cannot import name 'clean_text' from 'utils' (/home/gapi/.local/lib/python3.10/site-packages/utils/__init__.py)
I think the problem is the function is implemented in the utils.py file which is listed in the .gitignore file.