albertleigh/az-logic-apps-dataset
Viewer • Updated • 14.9k • 15
Generate Logic App expressions from natural language:
python clis/run_gpt_model.py
Example Session:
Loading model... ✓
============================================================
AzLgcExp Interactive CLI
============================================================
> QUESTION: Get the value of the variable ContributionsAdded.
QUESTION: Get the value of the variable ContributionsAdded. ANSWER: @variables('ContributionsAdded').
> QUESTION: Get the Name property from the first item in the FilterContributionTypes action's output.
QUESTION: Get the Name property from the first item in the FilterContributionTypes action's output.
ANSWER: @{first(filterContributionTypes('Name')?['properties']?['Name'])}.
Repo: Available on Github https://github.com/albertleigh/az-lgc-finetuned
Base model
openai-community/gpt2