Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ pip install "sglang[all]"
|
|
47 |
For model inference, you can access this server by running the code provided below, e.g.
|
48 |
`python my_script.py`
|
49 |
|
50 |
-
```
|
51 |
import sglang as sgl
|
52 |
from sglang import RuntimeEndpoint
|
53 |
|
@@ -73,7 +73,7 @@ print(out['json_output'])
|
|
73 |
## Safety Taxonomy
|
74 |
|
75 |
Our default policy prompt looks like this:
|
76 |
-
```
|
77 |
prompt = """
|
78 |
Provide a safety assessment for the content provided by the user. Determine compliance or violation against our safety policy by reviewing the following policy categories:
|
79 |
O1: Hate, Humiliation, Harassment:
|
|
|
47 |
For model inference, you can access this server by running the code provided below, e.g.
|
48 |
`python my_script.py`
|
49 |
|
50 |
+
```Python
|
51 |
import sglang as sgl
|
52 |
from sglang import RuntimeEndpoint
|
53 |
|
|
|
73 |
## Safety Taxonomy
|
74 |
|
75 |
Our default policy prompt looks like this:
|
76 |
+
```Python
|
77 |
prompt = """
|
78 |
Provide a safety assessment for the content provided by the user. Determine compliance or violation against our safety policy by reviewing the following policy categories:
|
79 |
O1: Hate, Humiliation, Harassment:
|