diff --git a/README.md b/README.md index c65dba3..66f7489 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ https://github.com/OpenInterpreter/01/assets/63927363/8621b075-e052-46ba-8d2e-d6 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 +# Edit the following settings in Profiles 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 ``` diff --git a/docs/README_CN.md b/docs/README_CN.md index 8e7e53e..7ccea0f 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -85,7 +85,7 @@ https://github.com/OpenInterpreter/01/assets/63927363/8621b075-e052-46ba-8d2e-d6 动态系统消息使您能够在 LLM 系统消息出现在 AI 前的片刻内执行代码。 ```python -# Edit the following settings in i.py +# Edit the following settings in Profiles 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 ``` @@ -114,7 +114,7 @@ poetry run 01 --local ## 自定义 -要自定义系统的行为,请编辑 `i.py` 中的 [系统消息、模型、技能库路径](https://docs.openinterpreter.com/settings/all-settings) 等。这个文件设置了一个解释器,并由 Open Interpreter 提供支持。 +要自定义系统的行为,请编辑 Profiles 中的 [系统消息、模型、技能库路径](https://docs.openinterpreter.com/settings/all-settings) 等。这个文件设置了一个解释器,并由 Open Interpreter 提供支持。 ## Ubuntu 依赖项 diff --git a/docs/README_FR.md b/docs/README_FR.md index cdb0025..10fed0b 100644 --- a/docs/README_FR.md +++ b/docs/README_FR.md @@ -89,7 +89,7 @@ https://github.com/OpenInterpreter/01/assets/63927363/8621b075-e052-46ba-8d2e-d6 Les Messages Systèmes Dynamiques vous permettent d'exécuter du code à l'intérieur du message système du LLM, juste avant qu'il n'apparaisse à l'IA. ```python -# Modifiez les paramètres suivants dans i.py +# Modifiez les paramètres suivants dans Profiles interpreter.system_message = r" The time is {{time.time()}}. " # Tout ce qui est entre doubles crochets sera exécuté comme du Python interpreter.chat("What time is it?") # L'interpréteur connaitre la réponse, sans faire appel à un outil ou une API ``` @@ -118,7 +118,7 @@ Si vous souhaitez exécuter localement du speech-to-text en utilisant Whisper, v ## Personnalisation -Pour personnaliser le comportement du système, modifie [`system message`, `model`, `skills library path`,](https://docs.openinterpreter.com/settings/all-settings) etc. in `i.py`. Ce fichier configure un interprète alimenté par Open Interpreter. +Pour personnaliser le comportement du système, modifie [`system message`, `model`, `skills library path`,](https://docs.openinterpreter.com/settings/all-settings) etc. in Profiles. Ce fichier configure un interprète alimenté par Open Interpreter. ## Dépendances Ubuntu diff --git a/docs/README_JA.md b/docs/README_JA.md index d8eeb7c..2b837ee 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -88,7 +88,7 @@ https://github.com/OpenInterpreter/01/assets/63927363/8621b075-e052-46ba-8d2e-d6 ダイナミックシステムメッセージは、LLM のシステムメッセージが AI に表示される一瞬前に、その中でコードを実行することを可能にします。 ```python -# i.py の以下の設定を編集 +# Profiles の以下の設定を編集 interpreter.system_message = r" The time is {{time.time()}}. " # 二重括弧の中は Python として実行されます interpreter.chat("What time is it?") # ツール/API を呼び出すことなく、次のことが分かります ``` @@ -117,7 +117,7 @@ Whisper を使ってローカル音声合成を実行したい場合、Rust を ## カスタマイズ -システムの動作をカスタマイズするには、`i.py` 内の[システムメッセージ、モデル、スキルライブラリのパス](https://docs.openinterpreter.com/settings/all-settings)などを編集します。このファイルはインタープリターをセットアップするもので、Open Interpreter によって動作します。 +システムの動作をカスタマイズするには、Profiles 内の[システムメッセージ、モデル、スキルライブラリのパス](https://docs.openinterpreter.com/settings/all-settings)などを編集します。このファイルはインタープリターをセットアップするもので、Open Interpreter によって動作します。 ## Ubuntu 依存関係