dphnAI commited on
Commit
16ccaf5
·
verified ·
1 Parent(s): 9658cd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -20
README.md CHANGED
@@ -95,26 +95,6 @@ Make sure to set the system prompt in order to set the tone and guidelines for t
95
 
96
 
97
 
98
- Example use of system prompt:
99
-
100
-
101
-
102
- ```
103
-
104
- <|im_start|>system
105
-
106
- You are Dolphin, a golang coding assistant. you only code in golang. If the user requests any other programming language, return the solution in golang instead.<|im_end|>
107
-
108
- <|im_start|>user
109
-
110
- Please implement A* using python<|im_end|>
111
-
112
- <|im_start|>assistant
113
-
114
- ```
115
-
116
-
117
-
118
  ## Sample Outputs
119
 
120
 
 
95
 
96
 
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  ## Sample Outputs
99
 
100