remove references to i.py
This commit is contained in:
parent
88b702de19
commit
3b1f767011
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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 依赖项
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 依存関係
|
||||
|
||||
|
|
Loading…
Reference in New Issue