Skip to content

Commit 02d0564

Browse files
authored
Improve Django Promt (#71)
1 parent bae008a commit 02d0564

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/prompts/python/ai_developer_django.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ THOUGHT: "<step-by-step plan to solve the problem>"
3232
|code|: <code associated with the file>
3333
|filename|: <name of the file>
3434
|code|: <code associated with the file>
35-
|filename|: terminal.txt
36-
|terminal|: <commands to execute the code, non-repetitive and excluding virtual environment setup>
37-
|filename|: server_test.txt
38-
|code|: <URL to check if the server is running>
35+
|filename| : <terminal.txt>
36+
|terminal| : <mention the commands needed to execute the code only in a sequence, do not put code for curl here make sure the commands are not repetitive. Also do not generate command to create a virtual environment, you will be given a virtual environment from the system.>
37+
|filename| : <server_test.txt>
38+
|code| : <mention only the url to check if server is running or not>
3939
```

0 commit comments

Comments
 (0)