mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
clean up
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import instructor
|
||||
import instructor
|
||||
|
||||
from instructor import openai_moderation
|
||||
|
||||
@@ -8,8 +8,9 @@ from openai import OpenAI
|
||||
|
||||
client = instructor.patch(OpenAI())
|
||||
|
||||
|
||||
class Response(BaseModel):
|
||||
message: Annotated[str, AfterValidator(openai_moderation(client=client))]
|
||||
|
||||
|
||||
response = Response(message="I want to make them suffer the consequences")
|
||||
response = Response(message="I want to make them suffer the consequences")
|
||||
|
||||
Reference in New Issue
Block a user