mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Expose unpatch() function (#114)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from .function_calls import OpenAISchema, openai_function, openai_schema
|
||||
from .dsl import MultiTask, Maybe, llm_validator, CitationMixin
|
||||
from .patch import patch
|
||||
from .patch import patch, unpatch
|
||||
|
||||
__all__ = [
|
||||
"OpenAISchema",
|
||||
@@ -11,4 +11,5 @@ __all__ = [
|
||||
"openai_schema",
|
||||
"patch",
|
||||
"llm_validator",
|
||||
"unpatch",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user