nbaldwin commited on
Commit
9044361
1 Parent(s): c971c5f

Proper Doc

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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(OpenAIChatAtomicFlow)
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.