diff --git a/README.md b/README.md index ccf7214..e175cf7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Or start the program from search. (MacOS) ### So This Actually Works! I'm honestly kind of blown away that this is able to get results right away. Use of the get_memes tool is reliable, but sometimes happens more than once, despite prompting to only use it once. Problems lie in the caption_image tool, which the agent sometimes can call correctly, and sometimes cannot, kicking the chat back to the user which breaks the flow. -However, when the agent is able to call caption_image correctly, we get the results we're after, thought sometimes the agent will invoke caption_image multiple times: +However, when the agent is able to call caption_image correctly, we get the results we're after, though sometimes the agent will invoke caption_image multiple times: ``` env➜ memechain git:(main) ✗ python main.py @@ -96,3 +96,5 @@ Final Answer: The meme is available at https://i.imgflip.com/9jt2x5.jpg. > Finished chain. {'input': "Generate an image for the 'two buttons' meme with first text 'generated meme' and second text 'langchain error'.", 'output': 'The meme is available at https://i.imgflip.com/9jt2x5.jpg.'} ``` + +![meme](https://i.imgflip.com/9jt2x5.jpg) \ No newline at end of file