Skip to content

Commit be1c25f

Browse files
Anri-LombardRobinPicard
authored andcommitted
Remove todos
1 parent 1e1c917 commit be1c25f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

outlines/models/dottxt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ def format_input(self, model_input: str) -> str:
3838
def format_output_type(self, output_type: Optional[Any] = None) -> str:
3939
"""Format the output type to pass to the client.
4040
41-
TODO: `int`, `float` and other Python types could be supported via
42-
JSON Schema.
43-
4441
Parameters
4542
----------
4643
output_type

outlines/models/ollama.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ def format_output_type(
111111
) -> Optional[dict]:
112112
"""Format the output type to pass to the client.
113113
114-
TODO: `int`, `float` and other Python types could be supported via
115-
JSON Schema.
116-
117114
Parameters
118115
----------
119116
output_type

outlines/models/openai.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ def format_output_type(self, output_type: Optional[Any] = None) -> dict:
139139
"""Generate the `response_format` argument to the client based on the
140140
output type specified by the user.
141141
142-
TODO: `int`, `float` and other Python types could be supported via
143-
JSON Schema.
144-
145142
Parameters
146143
----------
147144
output_type

0 commit comments

Comments
 (0)