-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New PF Tool: Open_Source_llm - Dev, Test, & Documentation #531
New PF Tool: Open_Source_llm - Dev, Test, & Documentation #531
Conversation
Todo:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code does not have any unit tests or e2e tests. So it is prone to changes, including dependency package version upgrade.
Please add some tests.
src/promptflow-tools/promptflow/tools/yamls/open_source_llm_with_custom_llm.yaml
Outdated
Show resolved
Hide resolved
src/promptflow-tools/promptflow/tools/yamls/open_source_llm_with_custom_llm.yaml
Outdated
Show resolved
Hide resolved
src/promptflow-tools/promptflow/tools/yamls/open_source_llm_with_custom_llm.yaml
Outdated
Show resolved
Hide resolved
…rs/gewoods/open_source_llm/initial
|
…b.com/gjwoods/promptflow into users/gewoods/open_source_llm/initial
May change the title to be more specific and provide a PR description |
some clues: serp api uts failure may be related to your change of |
…rs/gewoods/open_source_llm/initial
Description
The open_source_llm PromptFlow tool. This tool allows users to access their Online Endpoint deployment of the Falcon, LlaMa-2, Dolly, and GTP-2 models from the Azure Machine Learning Model Catalog. More models to
This PR includes the full functionality of the open_source_llm tool, along with quality assurance tests, documentation, and supporting common code.
Screenshots for the tools appearance in VsCode and local test pass results follow.
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines
Screen Shot in VsCode
Tests