Skip to content
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

Migrate to use Prompty repo #40108

Open
wants to merge 5 commits into
base: feature/azure-ai-inference-beta10
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
"prebuilts",
"premf",
"prevsnapshot",
"prompty",
"pschema",
"PSECRET",
"pydantic",
Expand Down
2 changes: 1 addition & 1 deletion eng/test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ protobuf==3.17.3; python_version == '2.7'
pyproject-api<1.6

# locking packages defined as deps from azure-sdk-tools
Jinja2==3.1.2
Jinja2==3.1.4
json-delta==2.0
readme_renderer==42.0;
python-dotenv==1.0.1
Expand Down
1 change: 1 addition & 0 deletions sdk/ai/azure-ai-inference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Added support for Chat Completions with audio url input. This change introduces a split between
audio files which are passed as base64 encoded data (previously supported) and files which are passed
by url reference (new). See new sample `sample_chat_completions_with_audio_url.py`.
* Migrate to use Prompty repo

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# ------------------------------------
# pylint: disable=unused-import
from ._patch import patch_sdk as _patch_sdk, PromptTemplate

_patch_sdk()
312 changes: 0 additions & 312 deletions sdk/ai/azure-ai-inference/azure/ai/inference/prompts/_core.py

This file was deleted.

Loading
Loading