This commit is contained in:
Paul Gauthier 2023-04-06 21:20:16 -07:00
parent 2bcf7bbaa5
commit e5b1b8152f

View file

@ -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