opensporks commited on
Commit
2eeac0a
·
verified ·
1 Parent(s): 400d281

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -136,6 +136,10 @@ def construct_messages(schema: str, html: str):
136
  ]
137
  ```
138
 
 
 
 
 
139
  ## Recommendations
140
  - Temperature 0 and JSON mode for deterministic, parseable output
141
  - Validate responses against your schema (e.g., Pydantic or Zod)
 
136
  ]
137
  ```
138
 
139
+ > [!NOTE]
140
+ > In the [serverless API](https://inference.net/models/schematron-3b) there's no need to pass anything but the HTML. We handle the prompt formatting for you.
141
+
142
+
143
  ## Recommendations
144
  - Temperature 0 and JSON mode for deterministic, parseable output
145
  - Validate responses against your schema (e.g., Pydantic or Zod)