Skip to content

Commit a872758

Browse files
committed
Remove the Function class
1 parent 67d8521 commit a872758

File tree

3 files changed

+0
-267
lines changed

3 files changed

+0
-267
lines changed

outlines/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import outlines.types
77
from outlines.applications import Application
88
from outlines.caching import clear_cache, disable_cache, get_cache
9-
from outlines.function import Function
109
from outlines.generator import Generator
1110
from outlines.templates import Template, prompt
1211
from outlines.types import regex, json_schema, cfg
@@ -42,7 +41,6 @@
4241
"disable_cache",
4342
"get_cache",
4443
"Application",
45-
"Function",
4644
"Generator",
4745
"regex",
4846
"json_schema",

outlines/function.py

-123
This file was deleted.

tests/test_function.py

-142
This file was deleted.

0 commit comments

Comments
 (0)