Skip to content

Commit

Permalink
Fixes for AITour run
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya authored Jan 4, 2024
1 parent 5b843e6 commit 73dd1e8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"vscode": {
"extensions": [
"prompt-flow.prompt-flow",
"GitHub.copilot-chat",
"GitHub.copilot",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-toolsai.jupyter"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.venv/
__pycache__/
.promptflow/
.env
.env
config.json
4 changes: 1 addition & 3 deletions deployment/push_and_deploy_pf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Update the runtime to the name of the runtime you created previously\n",
"runtime = \"automatic\"\n",
"# Runtime no longer needed (not in flow schema)\n",
"# load flow\n",
"flow = \"../contoso-chat/\""
]
Expand All @@ -75,7 +74,6 @@
"source": [
"contoso_chat_flow = pf_azure_client.flows.create_or_update(\n",
" flow=flow,\n",
" runtime=runtime,\n",
" display_name=pf_name)\n",
"print(\"Creating prompt flow\", contoso_chat_flow)"
]
Expand Down
File renamed without changes.

0 comments on commit 73dd1e8

Please sign in to comment.