Skip to content

Quick Guide

Eliran Wong edited this page Nov 12, 2023 · 32 revisions

Quick Start

Double-click desktop shortcut, which is created on first run.

Alternately, run in terminal:

cd myHand.ai

source venv/bin/activate

python3 myHand.py

Quick Operations

  • Enter "..." for options

  • Enter "" (blank entry) to change context quickly

  • Enter ".quit" to quit

Download

git clone https://github.com/eliranwong/myHand.ai.git

Quick Start

cd myHand.ai

python3 myHand.py

Quick Operations

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

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

  • Enter ".quit" or press "ctrl+q" to exit

  • 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.

If you like our built-in text editor "eTextEdit", you may edit your entry by pressing "ctrl+o". After you finish editing, press "ctrl+s" to save and "ctrl+q" to return to myHand AI.

Run Python Code Directly

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

print("Hello World!")

Alternately, including triple backquote works as well, e.g.

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

or

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

Run System Command Directly

Start with your entry with "!", e.g. to run "ls":

!ls

Update

git pull

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