Code Monkey home page Code Monkey logo

texttender's Introduction

Text Tender: AI-Powered iMessage Autoresponder

image

Are you tired of having to interact with friends and family?

Text Tender is a Python-based application that integrates OpenAI's Chat GPT into Apple's Messages app, providing an intelligent and convenient autoresponder for your iMessages while you're away. Harnessing the power of cutting-edge language models, Text Tender ensures that your contacts receive timely, relevant, and engaging replies.

Key Features

  • Seamless integration with Apple's Messages app
  • Powered by OpenAI's Chat GPT for natural, context-aware responses
  • Customizable settings to adapt to your preferences
  • Designed for macOS, requires a Mac to run

Getting Started

To get started you need to create a config.json file in the root directory.

{
  "OPENAI_API_KEY":
  "RECIPIENTS": {
    "+1xxxxxxxxxx": {
      "NAME": "Sally",
      "SYSTEM_MESSAGE": "Pretend you are a 24 year old texting his friend. Respond to the messages as if you are texting."
    },
    "+1xxxxxxxxxx": {
      "NAME": "John",
      "SYSTEM_MESSAGE": "Pretend you are a 24 year old texting his friend. Respond to the messages as if you are texting."
    }
  },
  "YOUR_NUMBER": "+1xxxxxxxxxx",
  "TEST_MODE": true,
  "CONTEXT_DEPTH": 10
}

Future Plans

Currently it uses the past 20 messages as context for the model. It would be fun to explore a vector database that can provide improved context.

Disclaimer

Text Tender is meant to be a joke and fun proof of concept. Always get permission from people and let them know they are chatting with a LLM.

Text Tender utilizes OpenAI's Chat GPT, which is an AI language model. As such, it may occasionally produce unexpected or inappropriate responses. Please use Text Tender responsibly and always review its responses when possible. The developers of Text Tender are not responsible for any misuse or consequences arising from the use of this application.

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.