Update README.md
Browse files
README.md
CHANGED
@@ -227,7 +227,7 @@ Your schema can be made from a pydantic object using our codebase, with the stan
|
|
227 |
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|>
|
228 |
```
|
229 |
|
230 |
-
Given the {schema} that you provide, it should follow the format of that json to create
|
231 |
|
232 |
|
233 |
## Inference Code for Function Calling:
|
|
|
227 |
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|>
|
228 |
```
|
229 |
|
230 |
+
Given the {schema} that you provide, it should follow the format of that json to create its response, all you have to do is give a typical user prompt, and it will respond in JSON.
|
231 |
|
232 |
|
233 |
## Inference Code for Function Calling:
|