mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 03:19:38 +00:00
community[minor]: Fix regular expression in visualize and outlines modules. (#30002)
Fix invalid escape characteres
This commit is contained in:
@@ -59,7 +59,7 @@ class Outlines(LLM):
|
||||
"""Whether to stream the results, token by token."""
|
||||
|
||||
regex: Optional[str] = None
|
||||
"""Regular expression for structured generation.
|
||||
r"""Regular expression for structured generation.
|
||||
|
||||
If provided, Outlines will guarantee that the generated text matches this regex.
|
||||
This can be useful for generating structured outputs like IP addresses, dates, etc.
|
||||
|
Reference in New Issue
Block a user