Skip to content

Commit

Permalink
Expose unpatch() function (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
NISH1001 authored Oct 12, 2023
1 parent 3137de5 commit 899fca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instructor/__init__.py
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,4 +11,5 @@
"openai_schema",
"patch",
"llm_validator",
"unpatch",
]

0 comments on commit 899fca3

Please sign in to comment.