mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
clean up
This commit is contained in:
@@ -2,10 +2,7 @@ import functools
|
||||
import pytest
|
||||
import instructor
|
||||
|
||||
from pydantic import BaseModel, ValidationError, BeforeValidator
|
||||
from openai import OpenAI, AsyncOpenAI
|
||||
from instructor import llm_validator
|
||||
from typing_extensions import Annotated
|
||||
|
||||
|
||||
from instructor.patch import is_async, wrap_chatcompletion, OVERRIDE_DOCS
|
||||
|
||||
Reference in New Issue
Block a user