Giter VIP home page Giter VIP logo

omni-complete's Introduction

LLM Autocomplete ๐ŸŒ

Exploring a valuable LLM use case: LLM Powered, Reusable, Domain Agnostic Autocompletes

LLM Autocomplete

Why care about LLM powered autocompletes? ๐Ÿค”

  • Time Efficiency: Every second saved during user interaction enhances user satisfaction and directly boosts your earnings potential.
  • Reusability Across Domains: These autocompletes can be seamlessly integrated into various tools and applications, regardless of the domain, making them incredibly versatile.
  • Adaptive Learning: LLM autocompletes self-improve with each interaction, becoming more accurate and efficient over time.
  • Actionable Insights: They provide valuable data about user preferences and needs, which can inform business strategies and product improvements.
  • Future-Proof: Staying close to the evolving capabilities of LLMs means that any advancements in the technology will only enhance the functionality of your autocompletes.

Setup ๐Ÿ› ๏ธ

Frontend (Vue.js) ๐Ÿ–ฅ๏ธ

  • yarn
  • yarn dev

Backend (Python Flask) ๐Ÿ

  • cd server
  • cp .env.sample .env (to create server/.env)
  • Fill in .env
  • python -m venv venv
  • source venv/bin/activate (Linux/Mac) or venv\Scripts\activate (Windows)
  • pip install -r requirements.txt
  • python main.py

Prompt Testing (Promptfoo + Llama 3 + Groq) ๐Ÿงช

  • cp .env.sample .env
  • Fill in .env
  • yarn
  • yarn ptest
  • yarn view

Callouts ๐Ÿ“ข

  • There are two .env to setup. .env and server/.env.

Resources ๐Ÿ“š

omni-complete's People

Contributors

disler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.