Best of LLMMay 2023

  1. 1
    Article
    Avatar of pragmaticengineerThe Pragmatic Engineer·3y

    Github Copilot and ChatGPT alternatives

    There are a growing number of AI coding tools that are alternatives to Copilot. There are plenty of tools to choose from aside from Copilot and ChatGPT. Here are the most promising ones worth checking out, with an emphasis on those with self-hosting as an option.

  2. 2
    Article
    Avatar of pointerPointer·3y

    ChatGPT Prompt Engineering for Developers

    Learn prompt engineering best practices for application development using large language models (LLMs) like ChatGPT. Gain hands-on practice with the OpenAI API.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    mudler/LocalAI: :robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Run

    LocalAI is a free and open-source alternative to OpenAI that allows running LLMs, generating images and audio locally or on-prem with consumer-grade hardware. It supports multiple model families and does not require a GPU. It offers various features including text generation, text to audio, audio to text, image generation, OpenAI functions, embeddings generation, and more. The project is community-driven and welcomes contributions.

  4. 4
    Article
    Avatar of mlnewsMachine Learning News·3y

    Best 10+ AI Plugins on ChatGPT (2023)

    Best 10+ AI Plugins on ChatGPT (2023) - MarkTechPost ➡️ Annotate all types of unstructured data rapidly and accurately with customizable annotation tasks with Kili Technology. In any case, which plugins forChatGPT are the finest, and should you use them?

  5. 5
    Article
    Avatar of theregisterThe Register·3y

    Apple bans use of ChatGPT internally

    Apple bans use of ChatGPT internally for internal use. Apple also banned GitHub's automated coding tool, Copilot, as well. Apple joins an ever-growing list of companies like Amazon and a number of banks including JPMorgan Chase, Bank of America, Citigroup and Deutsche Bank.

  6. 6
    Article
    Avatar of mlnewsMachine Learning News·3y

    Meet MetaGPT: A GPT-4-powered Application That Can Create Websites, Apps, And More Based Only On Natural Language Prompts

    Pico’s MetaGPT: A GPT-4-powered Application that can create Websites, Apps, And More Based Only On Natural Language Prompts. This powerful no-code solution to app building knocks all the expectations out of the park.

  7. 7
    Article
    Avatar of taiTowards AI·3y

    Understanding LangChain 🦜️🔗: PART 1

    Langchain is an innovative framework that is revolutionizing the way we develop applications powered by language models. Langchain uses the language models to interact and adapt to their environment with ease. The idea here is to chain every module in one chain and, at last, use that chain to call all modules at once.

  8. 8
    Article
    Avatar of mlnewsMachine Learning News·3y

    Stanford Researchers Introduce FrugalGPT: A New AI Framework For LLM APIs To Handle Natural Language Queries

    Stanford Researchers Introduce FrugalGPT: A New AI Framework For LLM APIs To Handle Natural Language Queries. Using GPT-4 to assist with customer service can cost a small business over $21,000 monthly, and ChatGPT is predicted to cost over $700,000 daily.

  9. 9
    Article
    Avatar of streamlitStreamlit·3y

    LangChain tutorial #1: Build an LLM-powered app in 18 lines of code

    LangChain is a framework that uses LLM models to build applications for various use cases. It was first released as an open-source project in October 2022. To date, it has accumulated 41,900 stars on GitHub and has over 800 contributors. It's only 18 lines of code: i To start, create the file.

  10. 10
    Article
    Avatar of kdnuggetsKDnuggets·3y

    8 Free AI and LLMs Playgrounds

    8 Free AI and LLMs Playgrounds lets you test and compare open-source AI models for free. You don’t even have to enter your OpenAI API key to test GPT-3.5 turbo model. The platform offers models inference from Hugging Face, OpenAI, cohere, Replicate, and Anthropic.

  11. 11
    Article
    Avatar of taiTowards AI·3y

    Understanding LangChain 🦜️🔗: Part:2

    LangChain is an innovative framework that is revolutionizing the way we develop applications powered by language models. The most interesting application is creating a question-answering bot over your own custom data. We will see the actual applications of LangChain and its different use cases in 4th blog of this series.

  12. 12
    Article
    Avatar of kdnuggetsKDnuggets·3y

    LLM Apocalypse Now: Revenge of the Open Source Clones

    LLM Apocalypse Now: Revenge of the Open Source Clones - KDnuggets LLm Apocalypse Now. This is a story about how open-source projects are taking on the LLM industry. It's the turn of open source communities to do what they do best: delivering free competing software using far less money and equipment.

  13. 13
    Article
    Avatar of communityCommunity Picks·3y

    README.md · huggingchat/chat-ui at main

    Chat UI is a SvelteKit app that powers the HuggingChat app on hf.co/chat. It provides a chat interface using open source models and can be deployed with customized LLMs.