Skip to content

Developer Mode

Eliran Wong edited this page Feb 24, 2024 · 3 revisions

Developer Mode

You may enable developer mode to activate advanced features designed for developers.

How to Enable Developer Mode

  1. Enter a blank entry

  2. Select "change developer option" and click "Ok"

  3. Select "enable" and click "Ok"

enable_developer_option

Developer Features

  • python playground [read next session]

  • display detailed errors, where applicable

  • display Python code before task execution

  • file / folder names in the current directory are automatically loaded as input suggestions, so suggestions changes as users change to different directories

  • config attributes are added to input suggestions, e.g. type config and use up / down arrow keys to check for available configs

developer_mode

Python Playground

With developer mode enabled, you can evaluate or run Python code directly via LetMeDoIt AI prompt.

You can enter python codes directly into LetMeDoIt prompts.

To evaluate, for examples, enter in LetMeDoIt AI prompt:

1 + 1

config.currentMessages

To execute a python script, e.g.:

import pendulum; print(pendulum.now().to_date_string())

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

Remarks: Use TAB key to insert a new line.

'''python
import pendulum
print(pendulum.now().to_date_string())
'''

or

'''
import pendulum
print(pendulum.now().to_date_string())
'''

Remarks: Auto-healing feature is enabled with if you use ``` before and after your code. Read https://github.com/eliranwong/letmedoit/wiki/Python-Code-Auto%E2%80%90heal-Feature#running-python-code-directly

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