Proper Doc
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
-
|
5 |
-
|
6 |
# Table of Contents
|
7 |
|
8 |
* [VisionAtomicFlow](#VisionAtomicFlow)
|
@@ -20,7 +18,7 @@ license: mit
|
|
20 |
## VisionAtomicFlow Objects
|
21 |
|
22 |
```python
|
23 |
-
class VisionAtomicFlow(
|
24 |
```
|
25 |
|
26 |
This class implements the atomic flow for the VisionFlowModule. It is a flow that, given a textual input, and a set of images and/or videos, generates a textual output.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
4 |
# Table of Contents
|
5 |
|
6 |
* [VisionAtomicFlow](#VisionAtomicFlow)
|
|
|
18 |
## VisionAtomicFlow Objects
|
19 |
|
20 |
```python
|
21 |
+
class VisionAtomicFlow(ChatAtomicFlow)
|
22 |
```
|
23 |
|
24 |
This class implements the atomic flow for the VisionFlowModule. It is a flow that, given a textual input, and a set of images and/or videos, generates a textual output.
|