Skip to content

Commit

Permalink
📝 fix typo
Browse files Browse the repository at this point in the history
ouput -> output
  • Loading branch information
eltociear authored Jul 19, 2023
1 parent ff25fba commit d5c9c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/analyze_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async def main():
user_request, files=files
)

# ouput the response (text + image)
# output the response (text + image)
print("AI: ", response.content)
for file in response.files:
file.show_image()
Expand Down

0 comments on commit d5c9c9d

Please sign in to comment.