Skip to content

Invite an artificial-intelligence-based being to your party!

License

Notifications You must be signed in to change notification settings

m-martin-j/partygpt

Repository files navigation

partyGPT

Introduction

Ever wondered how it is to not only have human guests on your party? Human party guests, especially those new to the field of natural language processing, are greatly fascinated and entertained by the verbalization skills and the eloquence of well-trained multi-purpose large language models. Invite an artificial-intelligence(AI)-based being to your party! Let them have conversations using an interface creatively crafted by GPT-3.5-Turbo itself. All you need is a device running Python, a web browser and an account at OpenAI. (Make sure to set appropriate soft and hard limits on your payment type. Using GPT-3.5-Turbo for this task is very cheap though.)

Installation

Usage

  • Modify the contents of settings.yml to personalize the application.
  • Make it transparent for your guests that their data is sent to an OpenAI server and that conversation records are created (conversation records can be deactivated via settings.yml).
  • Run the application:
    • Option 1 (OS-agnostic):
      python -m poetry run python app.py
    • Option 2 (Windows): Run app_run.bat

Application Details

  • The human-like behavior of the AI is controlled via instructions formulated in natural language and passed to the API as system content.
  • 3 Minutes after a once-started conversation becomes abandoned, the session refreshes.
  • Using function calling for chat completions, the AI can decide to end a conversation. 30 seconds after it does so, the session refreshes.

Development

  • Proceed as instructed in section Installation.
  • ... go right at it.

To Do

  • Website/Frontend
    • style and positioning of record-chat-checkbox
    • constant idleTimeoutDuration should be read from settings.yml and be defined for frontend via socketio
    • check if input sanitation suffices
    • create concept for allowing guests to load the frontend from their personal devices from within a network (-> distinguish various sessions, load balancing etc.)
  • Python Backend
    • Administration
      • Set idleTimeoutDuration (javascript) from Python backend: e.g. via SocketIO emit on application start.
      • Max token limit for conversation
      • handle "spam" (user divides answers in multiple consecutive messages) --> lock input field until AI response received?
    • Specific cases
      • model sometimes halucinates and talks to itself, if very short/non-sensical user message provided (e.g. 'a')
    • Personas
      • Instructions
        • avoid wall of text (keep it short and entertaining), model still too wordy sometimes
        • end conversation after x contacts, model still easily conviced to stick to a conversation
      • character
        • sample from sentiments (being drunk, in love, etc.)

About

Invite an artificial-intelligence-based being to your party!

Resources

License

Stars

Watchers

Forks

Packages

No packages published