GPT Expression Generator
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
- Downloads last month
- 24
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for albertleigh/azlgc-gpt
Base model
openai-community/gpt2