My best list of free ChatGPT and other models. Required - no signups.

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    I’m working on a similar project right now with zero coding knowledge. I’ve been trying to find something like langchain all day. I built (by which I mean I coached GPT into building) a web scraper script that can interact with the web to perform searches and then parse the results, but the outputs are getting too big to manage in a hacked together terminal interface.

    How are you doing the UI? That’s what I’m finding to be the biggest puzzle that isn’t fun to solve. I’ve been looking at react as a way to do it.

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      I use a Gradio chatbot interface. While Gradio has all kinds of interfaces and there’s one specially designed for chatbots.

      IDK if it’s the best option, but it’s what I found on shitty blog tutorials when I started. Even Stable Diffusion WebUI uses it.

      It’s quite powerful, but a bitch to learn to use, IMO.

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        Thanks for the tip! I’ve been looking for something like that. It’ll save me a lot of frustration