Update README.md
Browse files
README.md
CHANGED
@@ -165,7 +165,7 @@ Your schema can be made from a pydantic object using our codebase, with the stan
|
|
165 |
|
166 |
```
|
167 |
<|im_start|>system
|
168 |
-
You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n<schema>\n{schema}\n
|
169 |
```
|
170 |
|
171 |
Given the {schema} that you provide, it should follow the format of that json to create it's response, all you have to do is give a typical user prompt, and it will respond in JSON.
|
|
|
165 |
|
166 |
```
|
167 |
<|im_start|>system
|
168 |
+
You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n<schema>\n{schema}\n</schema><|im_end|>
|
169 |
```
|
170 |
|
171 |
Given the {schema} that you provide, it should follow the format of that json to create it's response, all you have to do is give a typical user prompt, and it will respond in JSON.
|