eltociear commited on
Commit
ff25fba
·
unverified ·
1 Parent(s): 841c3cb

📝 fix typo

Browse files

ouput -> output

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ async def main():
40
  "Plot the bitcoin chart of 2023 YTD"
41
  )
42
 
43
- # ouput the response (text + image)
44
  print("AI: ", response.content)
45
  for file in response.files:
46
  file.show_image()
 
40
  "Plot the bitcoin chart of 2023 YTD"
41
  )
42
 
43
+ # output the response (text + image)
44
  print("AI: ", response.content)
45
  for file in response.files:
46
  file.show_image()