We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8444e8 commit bebca54Copy full SHA for bebca54
outlines/__init__.py
@@ -20,16 +20,3 @@
20
from outlines.types import cfg as cfg
21
from outlines.types import json_schema as json_schema
22
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