Skip to content

Commit d9ee6b0

Browse files
committed
update config.md input/putput types
Signed-off-by: caozhuozi <[email protected]>
1 parent d042395 commit d9ee6b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,13 @@ The following terms are used in this section:
149149

150150
- **inputTypes** _array of string_, OPTIONAL
151151

152-
Input types that the model supports, such as "text", "image", "audio", "video", etc.
152+
An array of strings specifying the data types that the model can accept as input.
153+
The allowed values are: "text", "image", "audio", "video", or "embedding". For input types that are not explicitly defined, the value "other" value should be used.
153154

154155
- **outputTypes** _array of string_, OPTIONAL
155156

156-
Output types that the model supports, such as "text", "image", "audio", "video", etc.
157+
An array of strings specifying the data types that the model can produce as output.
158+
The allowed values are: "text", "image", "audio", "video", or "embedding". For output types that are not explicitly defined, the value "other" value should be used.
157159

158160
- **knowledgeCutoff** _string_, OPTIONAL
159161

0 commit comments

Comments
 (0)