Robin Picard
Robin Picard
Hi @patricebechard! We recently released the v1 of Outlines. Outlines has changed a bit since you last worked on this PR. There are in particular more operations that are now...
Hi @duming! This has been fixed in Outlines v1. Here's your example with the new syntax and the output I get: ```python from enum import Enum from pydantic import BaseModel...
This issue is outdated as Outlines currently does not run the validation anymore, but instead only return the raw string. However, I'll keep it open as we're considering returning an...
Hi @leloykun! Outlines has changed a bit since you opened this PR as we released our v1. This topic is however still very relevant and we recently created an issue...
Closing the PR as Outlines now has a `Chat` model input object that serves this purpose.
Do you think it would be right strategy to still create the `regex_fsm` during the initialization of `RegexFSM` but then to only create the `states_to_token_maps` after the generation function is...
Closing the issue as Outlines v1 has been released.
Hi @jkuntzer, thanks for opening a PR! We are close to releasing the [v1 of Outlines](https://github.com/dottxt-ai/outlines/tree/v1.00) that will modify the interface of models. Would you mind testing out the models...
The `get_schema` function in `outlines.templates.py` should use the `outlines.types.JsonSchema` class.
Hi @akaashdash! Thanks for opening a PR, good catch. Unfortunately we are about to merge the v1.0 branch into main, so I would rather not merge this PR as it...