File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
interpreter/terminal_interface/profiles/defaults Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Remove the "#" before the settings below to use them.
4
4
5
+ # LLM Settings
5
6
llm :
6
7
model : " gpt-4-turbo"
7
8
temperature : 0
8
9
# api_key: ... # Your API key, if the API requires it
9
10
# api_base: ... # The URL where an OpenAI-compatible server is running to handle LLM API requests
10
11
# api_version: ... # The version of the API (this is primarily for Azure)
11
12
# max_output: 2500 # The maximum characters of code output visible to the LLM
13
+
14
+ # Custom Instructions
12
15
# custom_instructions: "" # This will be appended to the system message
16
+
17
+ # General Configuration
13
18
# auto_run: False # If True, code will run without asking for confirmation
14
19
# safe_mode: "off" # The safety mode for the LLM — one of "off", "ask", "auto"
15
20
# offline: False # If True, will disable some online features like checking for updates
16
21
# verbose: False # If True, will print detailed logs
17
22
# multi_line: False # If True, you can input multiple lines starting and ending with ```
18
23
24
+ # Documentation
19
25
# All options: https://docs.openinterpreter.com/settings
You can’t perform that action at this time.
0 commit comments