Skip to content

Commit

Permalink
Merge pull request #24 from Azure-Samples/azd-updates
Browse files Browse the repository at this point in the history
fix aks deployment for pf
  • Loading branch information
cassiebreviu authored May 14, 2024
2 parents 7cc0897 + f586de3 commit cf6f011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/api/api/agents/product/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from openai import AzureOpenAI
import pathlib
from api.agents.product.ai_search import retrieve_documentation
from promptflow.tools.common import init_azure_openai_client
from promptflow.connections import AzureOpenAIConnection
from promptflow.core import (AzureOpenAIModelConfiguration, Prompty, tool)
from azure.core.credentials import AzureKeyCredential
Expand Down
4 changes: 2 additions & 2 deletions src/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flask
requests
promptflow
promptflow-tools
promptflow-core
azure-monitor-opentelemetry-exporter
jsonlines
azure-search-documents
python-dotenv==1.0.1
Expand Down

0 comments on commit cf6f011

Please sign in to comment.