mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Update __init__.py to include handling models and remove unpatch in _… (#409)
This commit is contained in:
@@ -8,7 +8,7 @@ from .dsl import (
|
||||
openai_moderation,
|
||||
)
|
||||
from .function_calls import OpenAISchema, openai_schema, Mode
|
||||
from .patch import apatch, patch
|
||||
from .patch import apatch, patch, handle_parallel_model, handle_response_model
|
||||
|
||||
__all__ = [
|
||||
"OpenAISchema",
|
||||
@@ -24,5 +24,6 @@ __all__ = [
|
||||
"openai_moderation",
|
||||
"FinetuneFormat",
|
||||
"Instructions",
|
||||
"unpatch",
|
||||
"handle_parallel_model",
|
||||
"handle_response_model",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user