(no commit message)
This commit is contained in:
@@ -26,4 +26,8 @@ class DocExtract(PrecompiledProgram):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
DocExtract().push_to_hub("tyrin/doc-extract")
|
||||
program = DocExtract()
|
||||
dspy.configure(lm=dspy.LM(model="gpt-5-mini"))
|
||||
result = program(context="This is a legal document")
|
||||
print(result.label)
|
||||
program.push_to_hub("tyrin/doc-extract")
|
||||
|
||||
Reference in New Issue
Block a user