RRobin Picarddocs: add Requesty model documentation
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Create our own logits processor for Xgrammar, add support for mlx | 1 年前 | |
Fix the JsonSchema whitespace_pattern being ignored by the backend The whitespace_pattern set on a JsonSchema output type was not passed to the backend during generation, so it had no effect on the default outlines_core backend even though to_regex already honors it. Thread the whitespace_pattern through the backend interface and forward it to build_regex_from_schema. The llguidance and xgrammar backends raise NotImplementedError when a pattern is set, since they compile the schema with their own grammar engines and cannot apply it. | 1 个月前 | |
docs: add Requesty model documentation Document Requesty (https://requesty.ai), an OpenAI-compatible LLM router, mirroring the existing OpenRouter/OrcaRouter model pages. Requesty works through outlines.from_openai with base URL https://router.requesty.ai/v1 and provider/model naming (e.g. openai/gpt-4o-mini). Added to the mkdocs nav. Signed-off-by: Thibault Jaigu <thibault.jaigu@gmail.com> | 1 个月前 | |
Misc doc fixes | 1 年前 | |
docs: fix broken links left over from the models/guide reorg | 2 个月前 |