diff --git a/playlist/tasks.py b/playlist/tasks.py index 33a9a19..5063a70 100644 --- a/playlist/tasks.py +++ b/playlist/tasks.py @@ -23,6 +23,7 @@ def get_banter(id): but might be possible to use OpenAI API in future. """ track = Track.objects.get(pk=id) + track.banter = "" try: get(os.getenv('AI_ENDPOINT'))