From c8ea1a5554f51c2a472875d7e6774a9bb766b530 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:58:35 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6944345..01a6490 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ To communicate with different components of this system, we introduce [LMC Messa Dynamic System Messages enable you to execute code inside the LLM's system message, moments before it appears to the AI. ```python +# Edit the following settings in i.py interpreter.system_message = r" The time is {{time.time()}}. " # Anything in double brackets will be executed as Python interpreter.chat("What time is it?") # It will know, without making a tool/API call ``` @@ -111,6 +112,10 @@ poetry run 01 --local If you want to run local speech-to-text using Whisper, you must install Rust. Follow the instructions given [here](https://www.rust-lang.org/tools/install). +## Customizations + +To customize the behavior of the system, edit the [system message, model, skills library path,](https://docs.openinterpreter.com/settings/all-settings) etc. in `i.py`. This file sets up an interpreter, and is powered by Open Interpreter. + ## Ubuntu Dependencies ```bash