mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
6 lines
149 B
Text
6 lines
149 B
Text
digraph G {
|
|
start [shape=Mdiamond]
|
|
exit [shape=Msquare]
|
|
work [shape=box, llm_model=gpt-5.2, prompt="Do the work."]
|
|
start -> work -> exit
|
|
}
|