Skip to content

Commit

Permalink
added fix for documentation (mem0ai#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaishikdutta authored and cachho committed Jul 26, 2023
1 parent 0f3d41c commit 4219e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ elon_musk_bot = App()
elon_musk_bot.add("web_page", "https://en.wikipedia.org/wiki/Elon_Musk")
elon_musk_bot.add("web_page", "https://www.tesla.com/elon-musk")

response = elon_bot.query("How many companies does Elon Musk run?")
response = elon_musk_bot.query("How many companies does Elon Musk run?")
print(response)
# Answer: 'Elon Musk runs four companies: Tesla, SpaceX, Neuralink, and The Boring Company.'
```

0 comments on commit 4219e95

Please sign in to comment.