microsoft / llmops-promptflow-template

LLMOps with Prompt Flow is a "LLMOps template and guidance" to help you build LLM-infused apps using Prompt Flow. It offers a range of features including Centralized Code Hosting, Lifecycle Management, Variant and Hyperparameter Experimentation, A/B Deployment, reporting for all runs and experiments and so on.
Other
200 stars 181 forks source link

Message: The api-version '2023-04-01-preview' is invalid. The supported versions are '2024-03-01,2023-07-01,2023-07-01-preview,2023-03-01-preview #121

Closed Arwiin07 closed 1 month ago

Arwiin07 commented 3 months ago

While running a pipeline,I am facing this issue

mohanajuhi166 commented 3 months ago

@Arwiin07 that happens when we dont provide subscription_id, rg_name ,workspace_name and dont update llm_configs.json for named_entity_recognition, web_classification and math_coding. What I have done in this case, I created my fork https://github.com/mohanajuhi166/llmops-promptflow-template and followed steps here: https://github.com/microsoft/llmops-promptflow-template/blob/main/docs/github_workflows_how_to_setup.md and updated my configs.

You can view in my repository.

mohanajuhi166 commented 3 months ago

this helped me run all the builds and pipeline successfully.