mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 20:51:59 +00:00
fix(ollama): Download remote image URLs for Ollama
This commit is contained in:
parent
6fa5271807
commit
a17894a7b0
3 changed files with 44 additions and 10 deletions
|
|
@ -8,6 +8,17 @@ test_response_basic:
|
|||
- case_id: "saturn"
|
||||
input: "Which planet has rings around it with a name starting with letter S?"
|
||||
output: "saturn"
|
||||
- case_id: "image_input"
|
||||
input:
|
||||
- role: user
|
||||
content:
|
||||
- type: input_text
|
||||
text: "what teams are playing in this image?"
|
||||
- role: user
|
||||
content:
|
||||
- type: input_image
|
||||
image_url: "https://upload.wikimedia.org/wikipedia/commons/3/3b/LeBron_James_Layup_%28Cleveland_vs_Brooklyn_2018%29.jpg"
|
||||
output: "brooklyn nets"
|
||||
|
||||
test_response_multi_turn:
|
||||
test_name: test_response_multi_turn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue