Skip to content

Commit 55d8524

Browse files
committed
Remove prompt
1 parent c694c9c commit 55d8524

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chatgpt.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ SYSTEM_PROMPT="You are ChatGPT, a large language model trained by OpenAI. Answer
77

88
COMMAND_GENERATION_PROMPT="Return a one-line bash command with the functionality I will describe. Return ONLY the command ready to run in the terminal. The command should do the following:"
99

10-
EXPLAIN_CODE_PROMPT="Explain in great detail, step by step the following code. Identify any dependencies, libraries, software packages. If you find any errors suggest a solution. Try to guess the context and application it is used on. This is the code:"
11-
1210
CHATGPT_CYAN_LABEL="\n\033[36mchatgpt \033[0m"
1311

1412
# error handling function

0 commit comments

Comments
 (0)