llm

  1. Pendrush

    B4J Library Ollama4j library - Pnd_Ollama4j - Your local offline LLM like ChatGPT

    What is Ollama? Ollama is a free and open-source project that lets you run various open source LLMs locally. For more info check this link. Ollama for Windows and system requirements Download Ollama server Top LLMs for Coding All Developers Should Know About Short video (3 minutes) about...
  2. alwaysbusy

    LLM's and the importance of using RAG in the chain

    I have been working on a library to use LLM's (like openAI) in B4J for our company. Using OpenAI is pretty simple to do with their REST API, but it quickly becomes quite costly as they not only make you pay for the output, but also for the input. In comes RAG (Retrieval Augmented Generation). It...
Top