You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/profiles.mdx
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,3 @@ interpreter.loop = True
31
31
There are many settings that can be configured. [See them all
32
32
here](/settings/all-settings)
33
33
</Tip>
34
-
35
-
## Helpful settings for local models
36
-
37
-
Local models benefit from more coercion 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.
38
-
39
-
`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.
40
-
41
-
`interpreter.always_apply_user_message_template` has all user messages to be wrapped in the template. If False, only the last User message will be wrapped.
42
-
43
-
`interpreter.code_output_template` wraps the output from the computer after code is run. This can help with nudging the language model to continue working or to explain outputs.
44
-
45
-
`interpreter.empty_code_output_template` is the message that is sent to the language model if code execution results in no output.
interpreter.chat("how many files are on my desktop?")
50
50
```
51
51
52
+
## Helpful settings for local models
53
+
54
+
Local models benefit from more coercion 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.
55
+
56
+
`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.
57
+
58
+
`interpreter.always_apply_user_message_template` has all user messages to be wrapped in the template. If False, only the last User message will be wrapped.
59
+
60
+
`interpreter.code_output_template` wraps the output from the computer after code is run. This can help with nudging the language model to continue working or to explain outputs.
61
+
62
+
`interpreter.empty_code_output_template` is the message that is sent to the language model if code execution results in no output.
<spanclass="opacity-50">Thank you to the incredible [LiteLLM](https://litellm.ai/) team for their efforts in connecting Open Interpreter to hosted providers.</span>
26
+
<Info>
27
+
Thank you to the incredible [LiteLLM](https://litellm.ai/) team for their
28
+
efforts in connecting Open Interpreter to hosted providers.
Copy file name to clipboardExpand all lines: docs/safety/introduction.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,9 @@ Safety is a top priority for us at Open Interpreter. Running LLM generated code
14
14
15
15
## Notice
16
16
17
-
Open Interpreter is not responsible for any damage caused by using the package. These safety measures provide no guarantees of safety or security. Please be careful when running code generated by Open Interpreter, and make sure you understand what it will do before running it.
17
+
<Warning>
18
+
Open Interpreter is not responsible for any damage caused by using the
19
+
package. These safety measures provide no guarantees of safety or security.
20
+
Please be careful when running code generated by Open Interpreter, and make
21
+
sure you understand what it will do before running it.
0 commit comments