Skip to content

Installation

Eliran Wong edited this page Dec 11, 2023 · 19 revisions

Install a Supported Python Version

https://github.com/eliranwong/letmedoit/wiki/Install-a-Supported-Python-Version

Install

Install with pip

We have distributed four packages for this project, they are "letmedoit", "myhand", "cybertask" and "taskwiz".

To install, e.g.

pip install --upgrade letmedoit

letmedoit

Tips: You can change the assistant's name regardless of the package you choose to install. For example, the "myhand" package is designed to showcase this flexibility.

Install with pip and venv

Recommendation: We recommend installing the "LetMeDoIt AI" assistant with a virtual environment. This will ensure that the code execution feature can installnew packages to enhance its functionalities. By installing the assistant in a virtual environment, the installed packages will remain independent from others.

macOS / Linux Users

python3 -m venv letmedoit

source letmedoit/bin/activate

pip install --upgrade letmedoit

letmedoit

Windows Users

Remarks: On Windows, Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

  1. Download Visual Studio Installer from https://visualstudio.microsoft.com/visual-cpp-build-tools/

  2. Install "Desktop development with C++

image
  1. Launch terminal application to install python package "letmedoit"

python -m venv letmedoit

.\letmedoit\Scripts\activate

pip install --upgrade letmedoit

letmedoit

Command Line Interface (CLI)

https://github.com/eliranwong/letmedoit/wiki/Command-Line-Interface-Options

Setup of Multiple Assistant on the Same Device

https://github.com/eliranwong/letmedoit/wiki/Setup-of-Multiple-Assistants

Quick Quide

https://github.com/eliranwong/letmedoit/wiki/Quick-Guide

Android Users

Read https://github.com/eliranwong/letmedoit/wiki/Android-Support

Installation

Installation
Installation on Android
Install a Supported Python Version
Install ffmpeg
Android Support
Install LetMeDoIt AI on Android Termux App Automatic Upgrade Option

Video Demonstration

Video Demo

Basics

Quick Guide
Action Menu
ChatGPT API Key
Use GPT4 Models
Google API Setup
ElevenLabs API Setup
OpenWeatherMap API Setup
Run Local LLM Offline
Token Management
Command Line Interface Options
Command Execution
Chat-only Features
Developer Mode
Save Chart Content Locally
Work with Text Selection
Work with File Selection
System Tray
Custom Key Bindings

Selective Features

Examples
Features
Change Assistant Name
Setup Multiple LetMeDoIt Assistants
Memory Capabilities
Data Visualization
Analyze Files
Analyze Images
Analyze Audio
Google and Outlook Calendars
Python Code Auto‐heal Feature
Integration with AutoGen
Integration with Google AI Tools
Integration with Open Interpreter
Speak to LetMeDoIt AI
LetMeDoIt Speaks
Speak multi‐dialects
Create a map anytime
Modify your images with simple words
Work with Database Files
Create a Team of AI Assistants
Search and Load Chat Records
Search Weather Information
Search Financial Data
Social Media

Plugins

Plugins ‐ Overview
Plugins - How to Write a Custom Plugin
Plugins ‐ Add Aliases
Plugins ‐ Input Suggestions
Plugins ‐ Install Additional Packages
Plugins ‐ Predefined Contexts
Plugins ‐ Transform Text Output
Plugins ‐ Work with LetMeDoIt AI Configurations
Plugins ‐ Function Calling
Plugins ‐ Run Codes with Specific Packages
Plugins ‐ Work with Non‐conversational Model
Plugins ‐ Integrate Text‐to‐speech Feature
Plugins ‐ Integrate Other Shared Utilities

Comparison

Compare with ChatGPT
Compare with Siri and Others

Clone this wiki locally