AI News: LibreChat's Code Artifacts - Generate React, HTML & Diagrams Instantly | Open-Source AI

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 76

  • @OliNorwell
    @OliNorwell Місяць тому +4

    Fantastic - me and my wife use LibreChat every day in our household, it's how we interact with all the OpenAI models, Claude etc.
    What I'd love is a 'headless mode' where by I can say "use this model", "here's the prompt", and get back the output via a curl call. Even something super simple would be very useful to be able to compare models.

    • @vfthome-yt
      @vfthome-yt 28 днів тому

      I think you can actually do this with Open AI / Claude API's, it's not hard to config it if all you want to do is just sending a plain prompt, probably like 30 min of python / some other language implementation, you can even ask it to build it for you, I think chat gpt knows how to teach it as well, not sure but ye

  • @gabrielt8466
    @gabrielt8466 3 дні тому

    Always will be impressed by your ability to develop these things and release it FOSS. Kudos to you. Thank you!!

  • @I-0-0-I
    @I-0-0-I 2 місяці тому +27

    This is amazing. Did you just ship code artifacts for OpenAI before OpenAI?

    • @LibreChat
      @LibreChat  2 місяці тому +11

      😎

    • @filthyE
      @filthyE 2 місяці тому

      @@LibreChat Based

  • @Riverhill-AI
    @Riverhill-AI 2 місяці тому +4

    awesome work! next step: integrate flowise and dify so users can import custom agents lol

  • @jacobdebrone
    @jacobdebrone 2 місяці тому +1

    I just love it when people make cool useful things.

  • @throbbinhooddd
    @throbbinhooddd 2 місяці тому +2

    Nice, picked a good time to start using librechat :)

  • @Chodak166
    @Chodak166 2 місяці тому +1

    Respect. In addition to being an ideal project to use with e.g. openrouter, my co-workers and I use a modified version with langchain/autogen and can't imagine going back to any other tool. I hope artifacts will work well too. Thanks!

  • @EmminiX
    @EmminiX 2 місяці тому

    Thank you! I was looking for an open source AI Chat UI. You helped make the choice :)

  • @1littlecoder
    @1littlecoder Місяць тому

    This is awsome, Thanks for making this!

  • @Dgamax
    @Dgamax 21 день тому

    Looks pretty nice!
    Do you use a specifc prompt for using artifact ?

  • @ortencen
    @ortencen 2 місяці тому

    amazing man, can't wait to try it!

  • @freddiechipres
    @freddiechipres Місяць тому

    Great stuff Danny! Any thoughts on adding memory? There should be pretty easy to implement right since it’s just adding to the system prompt?

  • @3dotELE
    @3dotELE 2 місяці тому +4

    Well done. Boss. 😂❤

    • @3dotELE
      @3dotELE 2 місяці тому

      Source code?

    • @3dotELE
      @3dotELE 2 місяці тому

      Not that you need to throw out ur work for free

    • @3dotELE
      @3dotELE 2 місяці тому

      How much per day?

    • @3dotELE
      @3dotELE 2 місяці тому

      GitHub + no license = it's it's exclusively

    • @3dotELE
      @3dotELE 2 місяці тому

      Urs

  • @Abhijith-e5t
    @Abhijith-e5t Місяць тому

    Awesome 🔥

  • @kevinliu9668
    @kevinliu9668 Місяць тому

    Looks 🔥

  • @DigitDani
    @DigitDani 2 місяці тому

    You’re the epitome of open source. Brilliant work, will try this tomorrow. Is there a chance artifacts also work with models in the Azure OpenAI endpoint?

    • @LibreChat
      @LibreChat  2 місяці тому +1

      It should work with any endpoints and almost every models!

    • @DigitDani
      @DigitDani 2 місяці тому

      @@LibreChat thank you! We are using ModelSpecs with the azureOpenAI endpoint and so far, generating code with GPT-4o and mini doesn't seem to trigger artifacts, although it's turned on in the beta settings. Will have to dig a little deeper here.

    • @DigitDani
      @DigitDani 2 місяці тому +1

      @@LibreChat OK, not using modelSpecs seems to do the trick. Without them, artifacts works.

    • @build.aiagents
      @build.aiagents 2 місяці тому

      @@DigitDani having issues trying to run Ollama, checked the docs, still nothing, any ideas or a different way to get local models added?

    • @LibreChat
      @LibreChat  2 місяці тому +1

      @@build.aiagents have you seen this: www.librechat.ai/blog/2024-03-02_ollama

  • @AlvaroRamosDelacoste
    @AlvaroRamosDelacoste 2 місяці тому

    Really nice! 🙌🏻

  • @mountee
    @mountee 2 місяці тому

    great product - thanks so much

  • @JohnsonNong
    @JohnsonNong 9 днів тому

    omg i love it!

  • @JonathanDunlap
    @JonathanDunlap 2 дні тому

    How does the LLM trigger the artifact? Like, what kind of tolens is needed for the UX to know it's code to put into the artifact?

    • @LibreChat
      @LibreChat  2 дні тому

      It’s prompt based. When artifacts is on the LLM receives instructions on how and when he should use artifacts.

  • @sorenkirksdjfk7310
    @sorenkirksdjfk7310 Місяць тому

    Looks great!
    does this work with deepseek aswell?

    • @LibreChat
      @LibreChat  Місяць тому

      It should be possible since it is triggered by a prompt
      If the default prompt we’re re using doesn’t work you can use the custom prompt option to tweak it.

  • @wentaoxiong9065
    @wentaoxiong9065 Місяць тому

    COOL!

  • @build.aiagents
    @build.aiagents 2 місяці тому

    PHENOMENAL

  • @kingcarol
    @kingcarol 29 днів тому

    Wow!

  • @WorldEnder
    @WorldEnder 2 місяці тому +1

    hello, i've managed to connect to Ollama Phi3 running locally but the app does not use artifacts. should i use another model with Ollama or is there something else i miss? it answers only at conversational level, as usual (LE - the button is visible and toggled to use Artifacts - no oerrors show in containers - i run in docker compose)

    • @WorldEnder
      @WorldEnder 2 місяці тому +1

      nvm, it started on it's own after pc went to idle :))

    • @WorldEnder
      @WorldEnder 2 місяці тому

      and it stopped using artifacts again...

    • @build.aiagents
      @build.aiagents 2 місяці тому

      how'd you get Ollama working? i've been having no luck, it loads the model but no output.

    • @LibreChat
      @LibreChat  Місяць тому

      @@WorldEnder It's likely that open source models will not follow the instructions as well as the leading models, you can experiment with this in custom prompt mode as instructed in the video.

  • @spectator5144
    @spectator5144 2 місяці тому

    Bless you!!!

  • @rodrgomes
    @rodrgomes 2 місяці тому

    How do I enable this option in my installation? In my beta features, it only has Enable switching Endpoints mid-conversation and Parsing LaTeX in messages (may affect performance).
    Is there a configuration to enable it or do I need a specific branch?

    • @LibreChat
      @LibreChat  2 місяці тому

      latest -dev build. This was released just after 0.7.5rc1
      If you're already on latest try to clear your browser cache

  • @gruvhagen
    @gruvhagen 2 місяці тому

    this is amazing, is this already available on github or is it coming in 075?

    • @LibreChat
      @LibreChat  2 місяці тому +1

      It is available!

  • @riser9644
    @riser9644 22 дні тому

    i pulled the latest code , but its not there , should i enable it in the config

  • @kingcarol
    @kingcarol 29 днів тому

    How do you finance this project?

  • @Ou8y2k2
    @Ou8y2k2 2 місяці тому

    Why does this video look like me recording in Hi8 in the nineties?

  • @DRMEDAHMED
    @DRMEDAHMED Місяць тому

    can this be used for open webui?

    • @LibreChat
      @LibreChat  Місяць тому

      Not at all, this is a completely different, better app :)

  • @jacobdebrone
    @jacobdebrone 2 місяці тому +1

    Does it support gemini ai ?

    • @LibreChat
      @LibreChat  2 місяці тому

      💯
      yes!

    • @mwl78rwe
      @mwl78rwe 2 місяці тому

      it support the long list it displays in the app

  • @kevinmorrissey9398
    @kevinmorrissey9398 2 місяці тому

    So, something no one asked for, but there's still no Amazon Bedrock support? SMH...

    • @LibreChat
      @LibreChat  2 місяці тому +2

      Bedrock support is coming this week

    • @kevinmorrissey9398
      @kevinmorrissey9398 2 місяці тому

      @@LibreChat I stand corrected. Thanks.

    • @themedleb
      @themedleb 2 місяці тому

      - "No one asked for it"
      + Source?
      - Trust me bro.

  • @HyperUpscale
    @HyperUpscale 2 місяці тому