Fabric
Fabric copied to clipboard
[Bug]: WEB CHAT WISDOM, WRONG WISDOM! FIXED!
What happened?
I was running Extract_wisdom from the chat tab of the web app and I don't see the wisdom... only a transcript window at the bottom left. How do we access the output of the pattern via the chat web interface?
Version check
- [x] Yes I was.
Relevant log output
Relevant screenshots (optional)
Actually I figured out how to get an output but I get the wrong output. It shows wisdom of an unrelated video.
When I enter this $ fabric -y https://www.youtube.com/watch?v=zoBwIi4ZiTA | fabric -p extract_wisdom
it creates a report ... Naval Ravikant discusses how to be happy, make money, and live a fulfilling life.
When the video was from IndyDevDan discussion the always on ai assistant.
OK i was able to fix it by changing the code in several files. Now if I enter the link for a youtube video in the chat interface of any pattern, it will detect that the input is a video and process it correctly. If anyone wants to analyze how I managed to get it to work, just ping me. Cheers. PS I also made it work for the old UI from this repo and it works quite well also on MACOS. https://github.com/natlamir/fabric-server?tab=readme-ov-file MACOS