ChatGPTify
ChatGPTify copied to clipboard
Spotify playlist generator via ChatGPT
### Issue: `ModuleNotFoundError: No module named 'openai.error'` It appears that the `chatgpt` package has a dependency on an older version of the `openai` library, resulting in a `ModuleNotFoundError` for the...
Currently, the API key, Spotify credentials are passed using the terminal. I think it will be far more user-friendly to use some sort of config file for the same.
Sorry for big pr, i aimed to make it into a webapp for easier usage, also we can display usefull info on the ui for easier analysis. - Add flask...