TroyDoesAI commited on
Commit
efe9603
·
verified ·
1 Parent(s): 2d3cef0

Update README.md

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