Giter Club home page Giter Club logo

django-llm-fields's Introduction

For more information, see the corresponding blog post.

What is it?

This code will help you add buttons next to Django Admin text fields that will generate copy according to a specific prompt and data payload. For example, at my company (an ecommerce site) we have a section on our product detail pages titled "Why we believe in this product", backed by an attribute on the Product model called why_we_believe. In the Django Admin, when viewing a Product model, there is a button that our merchandising team can use to populate the field.

LLM-powered field in the Django Admin

The underlying prompts are editable in the admin as well so users can tweak the copy that ChatGPT is generating without getting in touch with engineering:

Managing prompts in the Django Admin

And a playground area allows admin users to test the prompts out without leaving Django.

Prompt playground area

How to use it yourself

First, the usual:

  1. Install the app (adding llm to INSTALLED_APPS in settings)
  2. Add a valid OPENAI_API_KEY to settings
  3. Include llm/urls.py in your Django project
  4. Run migrations

Then, create your own prompts, prompt data, urls, and register the widgets. The easiest way to do this is simply search for "TODO" in this repo. Examples are given in code for each step.

django-llm-fields's People

Contributors

chrisclark avatar

Stargazers

 avatar manoj jha avatar Matías Agustín Méndez avatar

Watchers

 avatar

Forkers

hbcbh1999

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.