Skip to content

Commit bebca54

Browse files
the-vampiireRobinPicard
authored andcommitted
fix (typings): remove model_list export
1 parent e8444e8 commit bebca54

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

outlines/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,3 @@
2020
from outlines.types import cfg as cfg
2121
from outlines.types import json_schema as json_schema
2222
from outlines.types import regex as regex
23-
24-
model_list = [
25-
"from_anthropic",
26-
"from_dottxt",
27-
"from_gemini",
28-
"from_llamacpp",
29-
"from_mlxlm",
30-
"from_ollama",
31-
"from_openai",
32-
"from_tgi",
33-
"from_transformers",
34-
"from_vllm",
35-
]

0 commit comments

Comments
 (0)