Skip to content

Commit

Permalink
fix: wrong deployment name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengfeiwang committed Dec 20, 2023
1 parent a5c48bd commit 8ee6203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flows/standard/describe-image/flow.dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nodes:
path: question_on_image.jinja2
inputs:
connection: aoai_gpt4v_connection
deployment_name: gpt-4v
deployment_name: gpt-4
max_tokens: 512
question: ${inputs.question}
test_image: ${flip_image.output}

0 comments on commit 8ee6203

Please sign in to comment.