Skip to content

Quick Guide

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

Quick Start

Double-click the desktop shortcut created when LetMeDoIt is first launched.

Alternately, run in terminal:

letmedoit

When virtual environment is applied, e.g.

source letmedoit/bin/activate

letmedoit

Quick Actions

  • Enter "" (blank entry) to change open action menu

  • Enter ".cancel" or press "ctrl+z" to cancel

  • Enter ".exit" or press "ctrl+q" to quit app or exit currently opened feature

  • Press "ctrl+k" to display keyboard shortcuts

Multiline Input

Press "ctrl+r" to insert a linebreak

Alternately, switch between single and multiline input by pressing "ctrl+l"

In multiline input, press "escape+enter" to complete an entry.

You can also use our built-in text editor "eTextEdit" to edit your entry by pressing "ctrl+e". After you finish editing, press "ctrl+s" to save and "ctrl+q" to return to LetMeDoIt AI prompt.

Run Python Code Directly

Simply enter python script and run, e.g.:

print("Hello World!")

Alternately, including triple backquote works as well (with auto-heal feature enabled), e.g.

'''python
print("Hello World!")
'''

or

'''
print("Hello World!")
'''

Run System Command Directly

Prefix system commands with "!", e.g.:

!ls

!pwd

Alternately, use our full-featured integrated system command prompt by pressing "escape+t" or "escape+!" or running:

.system

system_command_prompt

Special Entries

[NO_FUNCTION_CALL] - run without function call even function call is enabled

[CALL_<function>] - call a particular function, e.g.

Convert "Hello.docx" into pdf format [CALL_execute_python_code]

Tips: enter "[" to display related input suggestions

Upgrade

You can manually upgrade by running:

pip install --upgrade letmedoit

You can also enable Automatic Upgrade Option

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