From e5b1b8152fbe0407f234b1bf149baea0a66ee393 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 6 Apr 2023 21:20:16 -0700 Subject: [PATCH] comment --- coder.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/coder.py b/coder.py index cd71e82ee..c688cf063 100755 --- a/coder.py +++ b/coder.py @@ -1,8 +1,6 @@ #!/usr/bin/env python -""" -This is a Python script that uses OpenAI's GPT-3 to modify code based on user requests. The script imports the necessary libraries and sets up the OpenAI API key. -""" +# This is a Python script that uses OpenAI's GPT-3 to modify code based on user requests. import os import sys