perlthoughts commited on
Commit
6b06a08
1 Parent(s): c566f5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -40,8 +40,11 @@ I stand tall as a beacon of hope for those who dare to dream big and pursue thei
40
  Here is my contribution.
41
 
42
  ## Prompt Template
 
 
 
43
  ```
44
- GPT4 System: You are a helpful AI assistant that is honest, precise and as helpful as possible. You always try to solve the user's issue and/or answer their question as best as possible.<|end_of_turn|>GPT4 User: Write a scientific paper on why the sky is blue. Explain everything with as much details and scientific facts as possible. Keep things interesting and informative at all times and remember to include interesting facts.<|end_of_turn|>GPT4 Assistant:
45
  ```
46
 
47
  ### Bug fixes
 
40
  Here is my contribution.
41
 
42
  ## Prompt Template
43
+
44
+ Replace {system_prompt} with your system prompt, and {instruction} with your prompt instruction.
45
+
46
  ```
47
+ GPT4 System: {system_prompt}<|end_of_turn|>GPT4 User: {instruction}<|end_of_turn|>GPT4 Assistant:
48
  ```
49
 
50
  ### Bug fixes