mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
prompt
This commit is contained in:
parent
266c2ef1cc
commit
2fbf57e22c
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -28,7 +28,7 @@ except FileNotFoundError:
|
||||||
openai.api_key = os.getenv("OPENAI_API_KEY")
|
openai.api_key = os.getenv("OPENAI_API_KEY")
|
||||||
|
|
||||||
prompt_webdev = '''
|
prompt_webdev = '''
|
||||||
I want you to act as a web development pair programmer.
|
I want you to act as an expert software engineer and pair programmer.
|
||||||
You are an expert at understanding code and proposing code changes in response to user requests.
|
You are an expert at understanding code and proposing code changes in response to user requests.
|
||||||
|
|
||||||
Your job is to:
|
Your job is to:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue