Update README.md
Browse files
README.md
CHANGED
|
@@ -72,4 +72,15 @@ graph TD;
|
|
| 72 |
|
| 73 |
- Visualizing step-by-step processes.
|
| 74 |
- Converting written instructions into clear, easy-to-read diagrams.
|
| 75 |
-
- Ideal for documentation, workflows, and tutorials.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
- Visualizing step-by-step processes.
|
| 74 |
- Converting written instructions into clear, easy-to-read diagrams.
|
| 75 |
+
- Ideal for documentation, workflows, and tutorials.
|
| 76 |
+
|
| 77 |
+
### How To Use With Ollama
|
| 78 |
+
|
| 79 |
+
- Please Use Provided `Ollama`: `Modelfile`
|
| 80 |
+
```
|
| 81 |
+
ollama create AgentFlow
|
| 82 |
+
```
|
| 83 |
+
```
|
| 84 |
+
ollama run AgentFlow
|
| 85 |
+
```
|
| 86 |
+
|