You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/prompt-flow-tools/python-tool.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,12 +118,6 @@ Create a custom connection that stores all your large language model API key or
118
118
119
119
:::image type="content"source="../../media/prompt-flow/create-connection.png" alt-text="Screenshot that shows creating a connection in AI Studio."lightbox="../../media/prompt-flow/create-connection.png":::
120
120
121
-
1. Add the following custom keys to the connection:
122
-
-`azureml.flow.connection_type`: `Custom`
123
-
-`azureml.flow.module`: `promptflow.connections`
124
-
125
-
:::image type="content"source="../../media/prompt-flow/custom-connection-keys.png" alt-text="Screenshot that shows adding extra information to a custom connection in AI Studio."lightbox="../../media/prompt-flow/custom-connection-keys.png":::
126
-
127
121
### Consume a custom connection in Python
128
122
129
123
To consume a custom connection in your Python code:
0 commit comments