From 4a4e4296e3ac7dd22ffc991ef4758803cb9b78b2 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 14 Feb 2024 18:14:34 -0700 Subject: [PATCH] flake8 cleanup --- swarms/models/gpt4_vision_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swarms/models/gpt4_vision_api.py b/swarms/models/gpt4_vision_api.py index 57553bb9..5551648e 100644 --- a/swarms/models/gpt4_vision_api.py +++ b/swarms/models/gpt4_vision_api.py @@ -203,7 +203,6 @@ class GPT4VisionAPI(BaseMultiModalModel): """ PROMPT = f""" These are frames from a video that I want to upload. Generate a compelling description that I can upload along with the video: - {frames} """ return PROMPT