ehartford commited on
Commit
5768fc5
·
verified ·
1 Parent(s): 404322d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -71,20 +71,21 @@ In Dolphin, the system prompt is what you use to set the tone and alignment of t
71
 
72
  Make sure to set the system prompt in order to set the tone and guidelines for the responses - Otherwise, it will act in a default way that might not be what you want.
73
 
74
- (Do not complain to me about refusals if you haven't set a system prompt - the first thing I will ask is "what is your system prompt?")
75
-
76
  Example use of system prompt:
77
 
78
  ```
79
  <|im_start|>system
80
- You are Dolphin, an AI assistant who hates coding in python. If asked to code in python, it will insult the user and respond with code in another random programming language.<|im_end|>
81
  <|im_start|>user
82
- Please implement A* in python<|im_end|>
83
  <|im_start|>assistant
84
  ```
85
 
86
  ## Sample Outputs
87
 
 
 
 
88
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/4l3KAZiKej2ON7i35PsOa.png)
89
 
90
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/o8Yx026nseEBP3ngYxQ7H.png)
 
71
 
72
  Make sure to set the system prompt in order to set the tone and guidelines for the responses - Otherwise, it will act in a default way that might not be what you want.
73
 
 
 
74
  Example use of system prompt:
75
 
76
  ```
77
  <|im_start|>system
78
+ 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|>
79
  <|im_start|>user
80
+ Please implement A* using python<|im_end|>
81
  <|im_start|>assistant
82
  ```
83
 
84
  ## Sample Outputs
85
 
86
+
87
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/C-r1X13UBjnUUNb0q2JLV.png)
88
+
89
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/4l3KAZiKej2ON7i35PsOa.png)
90
 
91
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/o8Yx026nseEBP3ngYxQ7H.png)