teknium commited on
Commit
ee79699
1 Parent(s): 417367f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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<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.
 
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.