mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +00:00
comment
This commit is contained in:
parent
2bcf7bbaa5
commit
e5b1b8152f
1 changed files with 1 additions and 3 deletions
4
coder.py
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue