Skip to content

Commit 5508842

Browse files
committed
add server optional dependencies docs
1 parent bb9f174 commit 5508842

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/getting-started/setup.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ pip install open-interpreter[os]
6161
pip install open-interpreter[safe]
6262
```
6363

64+
Server dependencies
65+
66+
```bash
67+
pip install open-interpreter[server]
68+
```
69+
6470
## No Installation
6571

6672
If configuring your computer environment is challenging, you can press the `,` key on the [GitHub page](https://github.com/OpenInterpreter/open-interpreter) to create a codespace. After a moment, you'll receive a cloud virtual machine environment pre-installed with open-interpreter. You can then start interacting with it directly and freely confirm its execution of system commands without worrying about damaging the system.

docs/guides/profiles.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ interpreter.auto_run = True
2727
interpreter.force_task_completion = True
2828
```
2929

30-
## Helpful fields for local models
30+
<Tip>
31+
There are many settings that can be configured. [See them all
32+
here](/settings/all-settings)
33+
</Tip>
3134

32-
Local models benefit from more coersion and guidance. This can impact the conversational nature of Open Interpreter when the user needs to add extra context to messages. These fields allow templates to be applied to messages to improve the steering of the language model while maintaining the natural conversation.
35+
## Helpful settings for local models
36+
37+
Local models benefit from more coersion and guidance. This verbosity of adding extra context to messages can impact the conversational experience of Open Interpreter. The following settings allow templates to be applied to messages to improve the steering of the language model while maintaining the natural flow of conversation.
3338

3439
`interpreter.user_message_template` allows users to have their message wrapped in a template. This can be helpful steering a language model to a desired behaviour without needing the user to add extra context to their message.
3540

0 commit comments

Comments
 (0)