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: apps/11_promptflow/README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,32 @@ $ pf run create \
177
177
$ pf run show-details --name $RUN_NAME
178
178
```
179
179
180
+
### image_qa
181
+
182
+
To run the image QA flow with GPT-4o, we customize an LLM tool.
183
+
Following documents provide more details:
184
+
185
+
- docs: [Customizing an LLM Tool](https://microsoft.github.io/promptflow/how-to-guides/develop-a-tool/customize_an_llm_tool.html)
186
+
- example codes: [promptflow/examples/flows/chat/chat-with-image](https://github.com/microsoft/promptflow/tree/main/examples/flows/chat/chat-with-image)
187
+
188
+
With the image QA flow sample, you can ask questions about an image and get answers from the model.
0 commit comments