Update README.md

pull/91/head
killian 10 months ago committed by GitHub
parent c6dbefe627
commit c8ea1a5554
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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. Dynamic System Messages enable you to execute code inside the LLM's system message, moments before it appears to the AI.
```python ```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.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 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). 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 ## Ubuntu Dependencies
```bash ```bash

Loading…
Cancel
Save