change link from tachi67 repo to aiflows repo & formatting of readme
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
```
|
4 |
goal
|
@@ -24,14 +34,9 @@
|
|
24 |
|
25 |
```
|
26 |
|
27 |
-
This is an abstract class. It is inherited by [CodeWriterFlow](https://huggingface.co/
|
28 |
|
29 |
-
# Table of Contents
|
30 |
|
31 |
-
* [ContentWritrerFlow](#ContentWritrerFlow)
|
32 |
-
* [ContentWriterFlow](#ContentWritrerFlow.ContentWriterFlow)
|
33 |
-
* [detect\_finish\_or\_continue](#ContentWritrerFlow.ContentWriterFlow.detect_finish_or_continue)
|
34 |
-
* [\_\_init\_\_](#__init__)
|
35 |
|
36 |
<a id="ContentWritrerFlow"></a>
|
37 |
|
|
|
1 |
+
# Table of Contents
|
2 |
+
|
3 |
+
* [Structure of ContentWriterFlow](#structure-of-contentwriterflow)
|
4 |
+
* [ContentWritrerFlow](#ContentWritrerFlow)
|
5 |
+
* [ContentWriterFlow](#ContentWritrerFlow.ContentWriterFlow)
|
6 |
+
* [detect\_finish\_or\_continue](#ContentWritrerFlow.ContentWriterFlow.detect_finish_or_continue)
|
7 |
+
* [\_\_init\_\_](#__init__)
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
# Structure of ContentWriterFlow
|
12 |
|
13 |
```
|
14 |
goal
|
|
|
34 |
|
35 |
```
|
36 |
|
37 |
+
This is an abstract class. It is inherited by [CodeWriterFlow](https://huggingface.co/aiflows/CodeWriterFlowModule) and [PlanWriterFlow](https://huggingface.co/aiflows/PlanWriterFlowModule)
|
38 |
|
|
|
39 |
|
|
|
|
|
|
|
|
|
40 |
|
41 |
<a id="ContentWritrerFlow"></a>
|
42 |
|