Skip to content

Commit

Permalink
Merge pull request shroominic#40 from hwaking/patch-1
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
shroominic authored Jul 21, 2023
2 parents 7bc05c2 + ffec921 commit ed05134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def main():
await session.astart()

# generate a response based on user input
output = await session.generate_response(
response = await session.generate_response(
"Plot the bitcoin chart of 2023 YTD"
)

Expand Down

0 comments on commit ed05134

Please sign in to comment.