How To Install Fabric - Open-Source AI Framework That Can Automate Your Life

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 224

  • @Maisonier
    @Maisonier 5 หลายเดือนก่อน +8

    Could you make a video of this with Llama3 in a local computer please?

  • @wesleydunn169
    @wesleydunn169 4 หลายเดือนก่อน

    Unsolicited shortcut: For selecting all of a transcript, you can use the "End" key, after highlighting the beginning and it will highlight all of the transcript. Use the "Home" key after highlighting the bottom.

  • @PeterStJ
    @PeterStJ 5 หลายเดือนก่อน +2

    it is unclear how you analyzed a video from the command line, considering the prompt is designed to work with text...

  • @royalcanadianbearforce9841
    @royalcanadianbearforce9841 6 หลายเดือนก่อน +1

    Im struggling so much to get this running with Ollama locally. I cannot seem to get fabric to check for local models. I'd love a video on this!

  • @johnbarros1
    @johnbarros1 6 หลายเดือนก่อน +2

    This is gas! ⛽️Thank you mister Berman!

  • @ShaunPrince
    @ShaunPrince 5 หลายเดือนก่อน

    Just FYI, the pbcopy / pbpaste is a MacOS exclusive, but still super userful.

  • @Stewarts_in_love
    @Stewarts_in_love 6 หลายเดือนก่อน +2

    When i have enough fabric can i make a blanket?

  • @themax2go
    @themax2go 6 หลายเดือนก่อน

    ok you'll get a 👍 for that one (for being an actual usage case; haven't tried it out yet though)

  • @VaibhavPatil-rx7pc
    @VaibhavPatil-rx7pc 6 หลายเดือนก่อน

    Awesome information

  • @shahveer81
    @shahveer81 6 หลายเดือนก่อน

    Can Fabric be used without any API keys? Or are there any free models to try it out?

  • @g.s.3389
    @g.s.3389 4 หลายเดือนก่อน

    it is not clear by the author how to use it with a local AI like llama. did you find it?

    • @hhljr
      @hhljr 4 หลายเดือนก่อน

      yt --transcript "th-cam.com/video/wPEyyigh10g/w-d-xo.htmlsi=B1jC4Dx7bVQ49LVk" | fabric -m llama3:70b -p extract-insights --stream
      [example: this takes a TH-cam URL, extracts the transcript and feeds it to llama3:70b on my Mac Studio; change the LLM to match yours]

  • @DoppsPkin
    @DoppsPkin 6 หลายเดือนก่อน +6

    so its just... a list of prompts?

    • @brunodangelo1146
      @brunodangelo1146 6 หลายเดือนก่อน +6

      Classic "it's just..." dumb take minimizing the value of something they don't really understand.

    • @seakyle8320
      @seakyle8320 6 หลายเดือนก่อน +4

      Yes. Would be better to have it as a Website.

    • @jaysmooveV2
      @jaysmooveV2 6 หลายเดือนก่อน +2

      ​@@brunodangelo1146 how is it different it seems like it just has prompts I don't get whats that special either

    • @DoppsPkin
      @DoppsPkin 6 หลายเดือนก่อน +1

      @@brunodangelo1146 dumb reply, I code with ai daily

    • @cpatocybersecurity
      @cpatocybersecurity 6 หลายเดือนก่อน +2

      From the project readme: "Too Many Prompts: the biggest challenge I faced in 2023--which still exists today-is the sheer number of AI prompts out there. We all have prompts that are useful, but it's hard to discover new ones, know if they are good or not, and manage different versions of the ones we like. One of fabric's primary features is helping people collect and integrate prompts, which we call Patterns, into various parts of their lives." There's more on the project philosophy and mission there but another quick point I'd add is that some of the patterns/prompts like create_threat_model with a 2,800 word essay on how to make them are worth checking out.

  • @ashishtater3363
    @ashishtater3363 6 หลายเดือนก่อน +2

    Does it support Gemini API??

    • @rootor1
      @rootor1 6 หลายเดือนก่อน +2

      Yes, supports all the apis compatible with the style that openAI made theirs (for example mistral, groq or local inference frameworks like llama.cpp), nowadays that api format have become a de-facto standard.

    • @MattLuceen
      @MattLuceen 6 หลายเดือนก่อน +1

      Looking forward to an answer to this as I owe OpenAI $124 and they won’t let me use their stuff any more 😢
      I don’t know that Gemini implements the OpenAI API style enough to work. Also there is no place to set the API URL in fabric config. 🤔

  • @mirek190
    @mirek190 6 หลายเดือนก่อน

    Automate?
    Using that is tedious ....

  • @saveli4
    @saveli4 6 หลายเดือนก่อน

    shocking

  • @LightninK1ng
    @LightninK1ng 6 หลายเดือนก่อน

    The title was just a trap

  • @bolanoluwa6686
    @bolanoluwa6686 6 หลายเดือนก่อน

    Learn Python

  • @hermes537
    @hermes537 6 หลายเดือนก่อน +1

    I didn't understand it at all but i LOVE It

  • @xmfr
    @xmfr 6 หลายเดือนก่อน +5

    ./setup.sh. doesnt work and ask to use pipx install but I don't know how to do it ? anyclue ?

  • @Al-Storm
    @Al-Storm 6 หลายเดือนก่อน +5

    Just seems like a prompt creator, no?

  • @MattLuceen
    @MattLuceen 6 หลายเดือนก่อน +18

    Thank you for keeping me on the cutting edge. I have been trying to cobble something together with CrewAI, but this framework is intriguing and I'm installing it now!

    • @TheMrTriplep
      @TheMrTriplep 6 หลายเดือนก่อน +5

      Already has crewAI integration 🎉

  • @TomM-p3o
    @TomM-p3o 6 หลายเดือนก่อน +9

    Interesting, I'm not sure what exactly it's doing, but what we really need is premade(tested and working) functions that work with LLMs to process data, such as:
    Retrieve information from the internet on topic x, then process, summarize, etc, so many result pages.
    Process a pdf/docs, summarize, extract data for model fine-tuning, rewrite, etc.
    That would be an interim solution before we get truly capable, immediately accurate models.
    Not crazy about them inventing what seems like unnecessary nomenclature.

  • @poldiderbus3330
    @poldiderbus3330 6 หลายเดือนก่อน +2

    Just a few seconds into the video - I think the solution to your screwed up Python environment, or to not screw it up in the first place, is to use a virtual Python environment for each project?! For me, on Debian 12, that's almost the only solution to not having to constantly read that pip is about to break the systems apt packages.

  • @StringerBell
    @StringerBell 6 หลายเดือนก่อน +9

    Everything sounds so exciting until you see the installation process and the missing UI afterwards. Than the reaction is just "meh"

    • @CrypticConsole
      @CrypticConsole 6 หลายเดือนก่อน +3

      if you cannot use a terminal that is on you

    • @chvckn0rri5
      @chvckn0rri5 6 หลายเดือนก่อน

      *Can you imagine a better way to sharpen your CLI skills?*
      Iron sharpens iron, fren 🫡

    • @PazLeBon
      @PazLeBon 6 หลายเดือนก่อน

      lmao, same as most 'coders' stuff, clueless about the real public lol

    • @IndigoRavencat
      @IndigoRavencat 3 หลายเดือนก่อน

      @@CrypticConsole Isn't the whole point of AI to do things for us? Using a terminal in the age of AI feels like riding a horse across a country when cars and planes exist.

    • @CrypticConsole
      @CrypticConsole 3 หลายเดือนก่อน

      @@IndigoRavencat you give a command to the AI and it does some processing before returning an output. I would say that fits the idea of a read, eval, print loop very well. Since we already have an extremely advanced and extensible REPL interface, IE the terminal, it makes sense to use it.

  • @spaceghost8891
    @spaceghost8891 6 หลายเดือนก่อน +12

    This is the best and most practical/useful AI chennels of all. Thanks again!

  • @DJ369-Miami
    @DJ369-Miami 6 หลายเดือนก่อน +11

    Honestly pretty convoluted. Plus weird terminology like loom, fabric etc if one is prompt challenged one can just ask the LLM to create you a good prompt!

  • @TimMattison
    @TimMattison 6 หลายเดือนก่อน +1

    The majority of Python related AI projects don’t work on my system. I can’t imagine I’m the only one. Even he had issues just getting Poetry to work. Why do Python devs put up with this?

  • @FameMonsterD3
    @FameMonsterD3 6 หลายเดือนก่อน +5

    If you are on windows 11 using WSL, pbpaste won't work (naturally) you need to install xsel and use replace (without quotes) "pbpaste" with "xsel --clipboard --output" | your fabric pattern. This should do the same thing but on linux system or windows using wsl.

    • @borntodoit8744
      @borntodoit8744 6 หลายเดือนก่อน

      explain WSL
      if you going to try to be helpful put the effort in to introduce whatever tools & references you using

    • @RafaGamesPT
      @RafaGamesPT 6 หลายเดือนก่อน +1

      Using Powershell Get-Clipboard seems to do the job of pbpaste

    • @FameMonsterD3
      @FameMonsterD3 6 หลายเดือนก่อน

      @RafaGamesPT that's another one too.

    • @theafricanquant501
      @theafricanquant501 6 หลายเดือนก่อน

      `win32yank.exe -o | fabric --pattern summarize` worked for me on my wsl2 installation (with Ubuntu distro)

  • @AIPulse118
    @AIPulse118 6 หลายเดือนก่อน +1

    Wth do you need this complex method to optimize prompts?
    With an 8k context window you can litterally create a custom GPT for this without using knowledge files.

  • @bradstudio
    @bradstudio 6 หลายเดือนก่อน +4

    Can you show a video on how to feed a .epub book for analysis? Being able to summarize a book like that would be incredibly useful.

    • @rajachirravuri
      @rajachirravuri 6 หลายเดือนก่อน

      Convert epub to PDF and then send it for analysis. Lots of PDF readers

  • @rootor1
    @rootor1 6 หลายเดือนก่อน +1

    It's like a collection of python scripts+prompts for a collection of specific use cases but so far not very impressive. There are much more interesting things out there evolving like people making easy user interfaces for langchain. I would love if all this people collaborated to improve and accelerate together their "life automation" tools but we don't live in a perfect world.

  • @chookady222
    @chookady222 6 หลายเดือนก่อน +27

    Imagine using the patterns in a vector DB (meaningful description and then the output instructions) but instead of using Fabrics pretrained ones they let you build your own in their framework. You can ideally train business ready "templates" to complete and save time and money. I hope they expand on this framework will be interested to see how they can integrate into different environments and allow the user to customize this further!
    As always thank you for keeping us in the loop of new tech out there! Much appreciated!

    • @barrycrowder
      @barrycrowder 6 หลายเดือนก่อน +3

      Yes, you can add your own patterns.

    • @chookady222
      @chookady222 6 หลายเดือนก่อน +2

      @@barrycrowder Ahhh awesome thank you for confirming! Definitely need to set some time and get to know this better it ticks so many good useful boxes

    • @themax2go
      @themax2go 6 หลายเดือนก่อน

      @@chookady222 agreed, seems to have very high ROI(t)

    • @PsyoPhlux
      @PsyoPhlux 6 หลายเดือนก่อน +1

      This will be great for OPs/IT to build proprietary business logic patterns for internal workflows, combined looms and have that be a single call for say the sales report to simply have a function called "My Monthly Sales Report" and it ties to all the personal patterns you need to pull and it just runs with just typing in that pattern name. It would be cool to have a subscribe to pattern and have a dashboard page with whatever boxes of info you want for showing your outputs...
      This will be like a Stenotype for pulling data with patterns and such.
      So massively complex prompts can be combines where the actual Serious Business Dashboard is a tiny single page that any non-tech worker can customize for their own use.

    • @chookady222
      @chookady222 6 หลายเดือนก่อน

      @samstave7079 ideally like you say a IT or Ops team who can focus on mapping the workflows,usage patterns etc would be crucial to getting the accuracies correct for whatever data you loom in. If you took your concept far enough you could do away with the non technical workers and possibly high IT level workers. Pair this with a deployable application that acts as an agent, layered with a LLM of your choice, connection to the loom database, code execution methods such as Open Interpreter and something a bit more versatile to run through browser tasks. You effectively have a pre-trained, defined set of tasks scripted that have been verified and designed around user workflows and business objectives. Build enough looms into the datasets and as you say have a single point of access you effectively create an agent system to execute human tasks, provided you build up a large enough dataset to complete tasks of individual roles within a company

  • @yuri.caetano
    @yuri.caetano 6 หลายเดือนก่อน +4

    First. Fix me plz 😂

  • @dr.mikeybee
    @dr.mikeybee 6 หลายเดือนก่อน +9

    What's cool is that one can integrate these prompts into any project.

  • @UnchartedDiscoveries
    @UnchartedDiscoveries 6 หลายเดือนก่อน +4

    Are there any open source or close source large action models? I'm not able to find any

    • @XavierAlabart1979
      @XavierAlabart1979 6 หลายเดือนก่อน

      Also interested to know if exist

    • @thomasj0330
      @thomasj0330 6 หลายเดือนก่อน +1

      The only company to actually confirm work on a LAM is rabbit, and theirs is going to be locked to their device I assume. There's rumor openAI is working on one, GPT5 could be a LAM... Short answer is no. Still waiting on that.

    • @UnchartedDiscoveries
      @UnchartedDiscoveries 6 หลายเดือนก่อน

      thank you@@thomasj0330

  • @THE-AI_INSIDER
    @THE-AI_INSIDER 6 หลายเดือนก่อน +3

    can you make a video of this with groq?

  • @randyh647
    @randyh647 6 หลายเดือนก่อน +3

    Love to see instructions on how to use this with ollama and or other open source offline tools.

  • @theh1ve
    @theh1ve 6 หลายเดือนก่อน +1

    Sooo just to check i could just lift these prompts and use them anyway i like without the nightmares of installing fabric? Perhaps it should just be a free prompt library???

  • @hoangnam6275
    @hoangnam6275 6 หลายเดือนก่อน +2

    Sorry guys for interupt you by commenting sth not related to this video, but I suddenly seen some weird case for using gemini pro 1.0 and GPT 4 in ChatGPT
    The case is: I have some unreadable pdf which contain text, but none of any tool can extract the text inside it as it is image of an word, then convert to pdf file. I tried to screenshot the file, then give to both gemini and GPT 4 to OCR and something weird happened:
    1. Gemini refuse to give me the extracted text (I only need extracted text only). Try many time but the same result, it refuse that it cannot assist with this
    2. GPT 4 give me the wrong OCR. It performed good at the first few pic, but after that, it happen in 2 case:
    1. It give me the wrong content for extracted text, some part seem to be hallucination.
    2. The second is totally wrong text: The right text is: "Because of the firm's working capital management pratices are affected by...". Instead, it gave me "The firm’s working capital management practices are influenced by...". Somehow, in this case it start to recognize something and give me totally wrong text, but the same meaning
    Have anyone seen this before? How can we control the LLM behavior in this case? It seem pretty weird, cuz my instruction is extract the text only, it did very good at the start, as the conversation start to increase, somehow the best model lost its attention

    • @hoangnam6275
      @hoangnam6275 6 หลายเดือนก่อน

      Hopefully some professional in AI and LLM can explain this. Is it related to losing attention due to the long conversation?

    • @EricB1
      @EricB1 6 หลายเดือนก่อน +1

      Maybe make the temperature 0.1 or 0 for the API calls

    • @rootor1
      @rootor1 6 หลายเดือนก่อน +1

      Maybe the document contain some kind of hidden text to avoid you do what you are trying to do.

    • @kpkp42
      @kpkp42 6 หลายเดือนก่อน

      Image PDFs are the worst: huge and UNstructured

  • @ImAnnonymousUser
    @ImAnnonymousUser 6 หลายเดือนก่อน +2

    Can someone tell me which programming should I learn first in order to do all these ai stiff. I also want to understand what I am doing and not just copy paste everything. Thanks in advance.

  • @cpatocybersecurity
    @cpatocybersecurity 6 หลายเดือนก่อน +1

    Yes awesome project! FYI I’ve made a bunch of Pattern demos as Shorts

  • @Bozzigmupp
    @Bozzigmupp หลายเดือนก่อน

    In my command prompt it doesn't work from the get-go. It says "'Desktop' is not recognized as an internal or external command,
    operable program or batch file."

  • @jamesanthonyrajah5082
    @jamesanthonyrajah5082 3 หลายเดือนก่อน

    No No Mr Berman. This is terrible subject matter for a video for a number of reasons. Yes, there is deluge of useless content out there (ironically all the videos about fabric fall under this category). I think this is an excercise that will yield diminishing returns extremely quickly. AI for vegans and Greta Thunberg

  • @kidinfinity50
    @kidinfinity50 4 หลายเดือนก่อน +1

    When I do fabric -h it doesn’t work

    • @hhljr
      @hhljr 4 หลายเดือนก่อน

      But fabric -help does

  • @dominik1023
    @dominik1023 5 หลายเดือนก่อน

    ./setup.sh didn't work at all (not recognized as external or internal command). typing just 'setup.sh' without the './'' brings up a window that opens and closes way too fast for me to see it, aside from that... nothing. pipx install after that does nothing, typing 'fabric -h' is not recognized.

  • @Ronald-u2h
    @Ronald-u2h 2 หลายเดือนก่อน

    unable to install ffmpeg or avcon so “object has no attribute chat” when doing pattern extract_wisdom. What to do?

  • @Deadlious
    @Deadlious 18 วันที่ผ่านมา

    interestingly the video stops as soon as you get a B score on a video... yeah, right, we all hope for an A... but we get what we deserve... 🤣

  • @vuvannham1992
    @vuvannham1992 4 หลายเดือนก่อน

    I want to create a common workspace so I can review, comment, and approve articles before posting on social networking platforms. Does anyone have any suggestions for a gifclone for this?

  • @justinjja2
    @justinjja2 6 หลายเดือนก่อน +1

    Elon says they are open sourcing grok this week, exciting.

  • @Zeroduckies
    @Zeroduckies 4 หลายเดือนก่อน

    Screen shot desktop every 3 seconds into jpg feed in llava. It has vision !!! 😂

  • @marshallodom1388
    @marshallodom1388 6 หลายเดือนก่อน +1

    Receiving your grade sounded as awesome as having to do extra yard work.
    I wonder if these prompts could be like written as text on a BBS or SMS? then while holding down the Ctrl key press the letter C, locate an AI interface you want to use it in and again hold down Crtl but press P this time. WA-la!

  • @HAL9000-B
    @HAL9000-B 6 หลายเดือนก่อน +2

    Hi Matthew, always thankful for your Content, but could you please first give some Showcase of the solution, so we can know if it is worth spending time for this?

    • @matthew_berman
      @matthew_berman  6 หลายเดือนก่อน

      I've been thinking about this a lot lately. Usually I do install and then showcase. Maybe I need to switch the order?

    • @MrLeo000
      @MrLeo000 6 หลายเดือนก่อน

      ​@@matthew_berman if not switch order, at least give a sneak peak of the possible results, so like he said, we know if it's worth spending time on it, or just inform about it. Else, like I did, people just probably skip to the showcase part.

    • @HAL9000-B
      @HAL9000-B 6 หลายเดือนก่อน

      @@matthew_berman Human Brain: Incentive>Motivation>Work. I always have Pavlovs Dog in Mind 😎

    • @HAL9000-B
      @HAL9000-B 6 หลายเดือนก่อน +1

      @@matthew_berman Incentive>Motivation>Action.

  • @Raviraj-do9mf
    @Raviraj-do9mf 5 หลายเดือนก่อน

    Why are we going in reverse direction? Such tools increasing complexities

  • @ravipratapmishra7013
    @ravipratapmishra7013 6 หลายเดือนก่อน +1

    In my view you should ditch conda and live with pyenv+poetry.

  • @stefang5639
    @stefang5639 6 หลายเดือนก่อน +1

    Cool project. Shouldn't be too hard to write a small frontend with a dropdown list of all prompts for this.

  • @the_roninking
    @the_roninking 17 วันที่ผ่านมา

    Would you be able to load this onto something like runpod?

  • @Леонид-с5з
    @Леонид-с5з 4 หลายเดือนก่อน

    Fabric vs OpenDevin vs Devika - What's better?

  • @RakibHasan-hs1me
    @RakibHasan-hs1me 6 หลายเดือนก่อน +1

    How much ram required?

    • @cpatocybersecurity
      @cpatocybersecurity 6 หลายเดือนก่อน

      Works on my Mac mini so not an above average amount

  • @XTh3reaperX
    @XTh3reaperX 2 หลายเดือนก่อน

    Nice, it was updated since this video, easier to install and run despite me having a hard time using linux but WSL is helping, i ran it with llama3 using ollama local, great great framework i only wish it can get a basic gui.

    • @KreativEGO
      @KreativEGO 25 วันที่ผ่านมา

      Je suis content d'avoir vu votre commentaire. Excusez-moi d'écrire en français, je suis francophone. J'ai découvert Fabric et entendu parler de ce projet open source grâce à Networks Chuck. Toutes ses capacités sont impressionnantes ! Je suis sur Windows 11 avec un PC portable Aorus 16X, RTX 4070, 2To SSD, 32 Go de RAM et, je crois, 8 Go de VRAM.
      Je me demande si je devrais aussi utiliser Llama 3. Avant de lire ton commentaire, je ne savais pas que c'était utile. Actuellement, je cherche comment installer Linux puis Ubuntu pour pouvoir installer et utiliser Fabric. Je vais bientôt regarder des tutoriels à ce sujet. Mon objectif est d'installer plusieurs modèles d'IA sur mon ordinateur pour faciliter ma passion pour le montage vidéo. Si je pouvais avoir un ChatGPT, Midjourney, et tous les GPTs que j'ai créés sur ChatGPT-4 en local, ce serait parfait.
      Pour l'instant, j'ai juste installé fooocus. J'avais essayé d'installer Flux.1 avec Pinokio, mais je n'y suis pas parvenu. Je suis débutant dans le domaine du développement. Concernant FABRIC, si j'ai bien compris, il permettrait d'avoir mes GPTs en local. J'aimerais avoir des conseils à ce sujet. Excusez-moi si je m'égare un peu dans mes explications.
      J'espère aussi que l'interface de FABRIC ne sera pas un frein. Travailler uniquement avec une invite de commande est nouveau pour moi. J'aimerais vraiment avoir des conseils, car je me demande si je ne vais pas droit dans le mur. Côté francophone, il n'y a presque personne qui traite de ce sujet sur Fabric.

  • @ardile
    @ardile 5 หลายเดือนก่อน

    Hi @MatthewBerman, thanks for the video.. it looks like fabric gonna end up being a "swiss knife" AI tool.
    I am having problems setting it up/installing it on ubuntu on my Windowss 11 PC. Everything worked well until I get to running: fabric --setup
    I get an error message that says "fabric: command not found". I have tried looking for a solution online, but found none.
    It will be greatly appreciated if you can spare a few minutes of you busy time to help resolve this.
    P.S. If anyone else has the solution to this problem, I welcome their guidance!

    • @KreativEGO
      @KreativEGO 25 วันที่ผ่านมา

      www.youtube.com/@XTh3reaperX Il utilise fabric avec llama, je l'ai vu dans un commentaire plus haut

  • @lowkeylyesmith
    @lowkeylyesmith 6 หลายเดือนก่อน +1

    Hi and have a nice day,
    my name is René and I am trying to realize a project that connects several OpenSource LLM's with an agent framework. Each LLM is supposed to solve a specific task. Unfortunately, I can't describe it as well as I would like to, but I'll give it a try.
    It is about receiving, unpacking and analyzing a PST file. There should be a separate trained LLM for each area of the analysis. For example, an LLM that graphically displays the connections of the suspect to others, one that is trained with different languages to search in all possible languages, .... so the whole thing is briefly outlined.
    Since I am still relatively new to this area, I would be very happy to receive tips and tricks.
    Thank you and best regards from Austria

    • @borntodoit8744
      @borntodoit8744 6 หลายเดือนก่อน +1

      this might help you
      there is GORRILA AI (a model 2 agent )
      To create a LLM management process that both searches & locates the right LLM for a task
      then also executes as an agent (making API calls [remote website W] to automate original request)

  • @emotionalmindedstate
    @emotionalmindedstate 3 หลายเดือนก่อน

    Can it automate local pc tasks i run everyday?

  • @MeinDeutschkurs
    @MeinDeutschkurs 6 หลายเดือนก่อน +1

    I’m excited! That’s really powerful. Have to check the original sources. Thx Mathew!

  • @morespinach9832
    @morespinach9832 5 หลายเดือนก่อน

    On Mac, to install fabric, the "./setup.sh" did not work. But "pipx install ." worked.

    • @morespinach9832
      @morespinach9832 5 หลายเดือนก่อน

      After installation I keep getting this error:
      "Error: Error code: 404 - {'error': {'message': 'The model `gpt-4-turbo-preview` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
      Error code: 404 - {'error': {'message': 'The model `gpt-4-turbo-preview` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}"

  • @zheli2417
    @zheli2417 หลายเดือนก่อน

    what is the tool in youtube to copy the transcript?

  • @danshib
    @danshib 5 หลายเดือนก่อน

    What do you do if you use windows with no pbpaste?

  • @heitorborges3353
    @heitorborges3353 6 หลายเดือนก่อน

    Does it work with others or only chatGPT?

  • @Tom_Neverwinter
    @Tom_Neverwinter 3 หลายเดือนก่อน

    great... they stole the minecraft api name...

  • @-Evil-Genius-
    @-Evil-Genius- 6 หลายเดือนก่อน +4

    🎯 Key Takeaways for quick navigation:
    00:00 🛠️ *Installing Fabric and Understanding its Use Cases*
    - Fabric is an open-source project designed to solve everyday problems using AI.
    - Fabric serves as a library of tried and true prompts generated and reviewed by the community.
    - Use cases of Fabric include extracting interesting parts of videos, writing essays, summarizing academic papers, creating AI art prompts, and more.
    01:12 🔄 *Installing Poetry and Setting up Fabric*
    - Install Poetry by running the provided command in the terminal.
    - Run the setup script to initialize Fabric.
    - Restart the shell or open a new terminal tab to apply changes.
    03:13 🛠️ *Setting Up Fabric and Exploring Terminology*
    - Configure Fabric by providing the GP4 API key using the setup command.
    - Explore Fabric's terminology: mill, pattern, stitch, and loom.
    - Use the fabric CLI to list available patterns and understand their functionality.
    05:04 📚 *Extracting Wisdom from Content*
    - Use Fabric's pattern to extract wisdom from content like videos or articles.
    - The "extract wisdom" pattern retrieves key ideas, quotes, facts, references, and recommendations.
    - Analyze claims and receive an overall score based on the extracted wisdom.
    06:37 📊 *Analyzing Claims and Concluding*
    - Fabric can automatically analyze claims extracted from content and provide supporting evidence or refutations.
    - Each claim is scored, providing insight into its credibility.
    - Fabric offers a comprehensive solution for leveraging AI to enhance various tasks.
    Made with HARPA AI

  • @ChrisAnders
    @ChrisAnders 5 หลายเดือนก่อน

    How can us Linux users do pbpaste? Can you recommend another way to get this functionality in a Linux terminal?

    • @ChrisAnders
      @ChrisAnders 5 หลายเดือนก่อน

      I figured out that I can use xsel to achieve the functionality of pbpaste! Now I am trying to figure out how to use the youtube API so i can use the extract_wisdom pattern on yt videos.

  • @outtakontroll3334
    @outtakontroll3334 6 หลายเดือนก่อน +1

    this kind of ai is going to be killer stuff for everyday use, needs to be packaged a little easier though. early days yet.

    • @Chris_Faraday
      @Chris_Faraday 4 หลายเดือนก่อน

      This is the essence of where they are at - there are 1,000 firms on this but room for 1,000 flowers to bloom

  • @rbus
    @rbus 6 หลายเดือนก่อน

    Pro-tip: I always use venv to create customized python environments for any AI project. Stable Diffusion front-ends actually use "venv" by default.
    Create a custom Python environment in your home directory (~/venv)
    python -m venv ~/venv.
    Enable it for Mac/Linux unix users
    . ~/venv/bin/activate
    Enable it for Windows users
    ~/venv/bin/activate.ps1
    May need to replace "bin" with "scripts" in some cases.

  • @devLofiBeatsNews
    @devLofiBeatsNews 4 หลายเดือนก่อน

    This is great, congrats for the video, but I have some doubts concerning how to ask
    first you write pbpaste | fabric --pattern extract_wisdom and then you write pbpaste | analize_claims --stream, what I mean, when to use fabric command, when to put pipes, etc. Thanks

  • @LilLegyiths
    @LilLegyiths 4 หลายเดือนก่อน

    Is there a way to change the GPT model this tool is trying to access? Currently, it is looking for GPT-4 turbo preview, which results in an error. I have an OpenAI account with some money in it.

  • @delvorin1841
    @delvorin1841 3 หลายเดือนก่อน

    I would like to see a video covering the hardware to run Ai locally. Maybe it could cover what a bare minimum set up is then a ideal based set up and then finally a beast mode setup. To clarify, when I bare minimum I'm talking about a self hosted server (older pc) I know that you can do it with a Raspberry Pi, but seriously I think that would be painfully slow.

  • @Ninjutsu2K
    @Ninjutsu2K 6 หลายเดือนก่อน

    What???? You just copy the subtitles, sure the AI will be able to organize your thoughts, you already said everything in the video, but if you had sent the URL of the video and did what you had show, sure that will be no complains about my part.

  • @meinbherpieg4723
    @meinbherpieg4723 6 หลายเดือนก่อน +2

    Matt, you are a machine. Thank you for what you do.

  • @Dsuchong
    @Dsuchong 6 หลายเดือนก่อน

    Error while cloning the code
    Fetch-pack: unexpectedly disconnect while reading sideband packet
    Fatal: early EOF
    I repeat same method it still give me this error
    Any help?

  • @YacoubSabatin
    @YacoubSabatin 6 หลายเดือนก่อน

    I cannot see any automation, these functions can be performed by a custom GPT, did I miss something?

  • @MagusArtStudios
    @MagusArtStudios 6 หลายเดือนก่อน +1

    I made something like this yesterday made a nice collapsing scroll menu with a bunch of sample questions that you can just click on.

  • @nonenothingnull
    @nonenothingnull 6 หลายเดือนก่อน

    Why can't stuff just be written in c(++) again, with low deps, and (c)make
    files...

  • @amernew3ful
    @amernew3ful 5 หลายเดือนก่อน

    is this installation for mac ?
    because i'm getting this error:
    The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program.

  • @joe_limon
    @joe_limon 6 หลายเดือนก่อน

    I have had to take a step back from these projects. Too messy that even pinokio won't install/run. Even after attempting to uninstall, deleting files and registry keys

  • @KEKW-lc4xi
    @KEKW-lc4xi 6 หลายเดือนก่อน

    Interesting. I just want an LLM that can load my entire Java Spring Boot project. Even with doing @workspace command with github copilot its not able to keep track of context. LLMs are getting a lot better but I will be amazed when I can walk it through how I want my website to function and it gives me project wide solutions like update xyz file with this and that code.

  • @_gmiv_
    @_gmiv_ 6 หลายเดือนก่อน

    You should consider keeping all important info like the terminal views with in the title safe of the screen. I can’t follow your tutorial when you are using the cli.

  • @EliSpizzichino
    @EliSpizzichino 6 หลายเดือนก่อน

    Fabric is right: over-simplification sum up pretty much your approach to AI

  • @I.Carnivore
    @I.Carnivore 6 หลายเดือนก่อน

    The zsh error happened because of the poetry setup. Either the script didn't force the newline or it was manually edited, there wasn't one put in.

  • @genebeidl4011
    @genebeidl4011 6 หลายเดือนก่อน

    Windows holds 72% of the market share. Please do this for Windows:)

  • @cristian15154
    @cristian15154 6 หลายเดือนก่อน

    Wisdom, what does "to extract all the wisdom" mean, like a categorized summary?

  • @3238juan
    @3238juan 6 หลายเดือนก่อน

    Please make a video on the BitNet paper from Microsoft! 1 bit llms

  • @rohitdas490
    @rohitdas490 6 หลายเดือนก่อน

    Matthew's smirk when he says I am gonna revoke this key before I publish this video is insane.

  • @WELDE83
    @WELDE83 6 หลายเดือนก่อน

    Any opinions ..they add Larry Summer to the board .... ridiculous

  • @UTJK.
    @UTJK. 6 หลายเดือนก่อน

    Can you make a recap video with a summary of the tech you propose and which one you suggest for each category?

  • @NNokia-jz6jb
    @NNokia-jz6jb 6 หลายเดือนก่อน

    So this is some kind of prompt software that API's gpt4?

  • @codelucky
    @codelucky 6 หลายเดือนก่อน

    Fabric is basically, Metaprompts in the backend.

  • @dannybenten
    @dannybenten 2 หลายเดือนก่อน

    I can't wait to try this!! Thank you for the video

  • @andrewcheshire244
    @andrewcheshire244 5 หลายเดือนก่อน

    Nerds unite!

  • @Ian-fo9vh
    @Ian-fo9vh 6 หลายเดือนก่อน

    Don’t say you’ll revoke the key and let them suffer

  • @HarmonyHouse12
    @HarmonyHouse12 6 หลายเดือนก่อน

    How can we use Google Gemini API with this?

  • @dv_interval42
    @dv_interval42 6 หลายเดือนก่อน

    token sink