Skip to content

Commit 832ca0c

Browse files
committed
Segmented default.yaml for clarity
1 parent e1da1cd commit 832ca0c

File tree

1 file changed

+7
-1
lines changed
  • interpreter/terminal_interface/profiles/defaults

1 file changed

+7
-1
lines changed

interpreter/terminal_interface/profiles/defaults/default.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
# Remove the "#" before the settings below to use them.
44

5+
# LLM Settings
56
llm:
67
model: "gpt-4-turbo"
78
temperature: 0
89
# api_key: ... # Your API key, if the API requires it
910
# api_base: ... # The URL where an OpenAI-compatible server is running to handle LLM API requests
1011
# api_version: ... # The version of the API (this is primarily for Azure)
1112
# max_output: 2500 # The maximum characters of code output visible to the LLM
13+
14+
# Custom Instructions
1215
# custom_instructions: "" # This will be appended to the system message
16+
17+
# General Configuration
1318
# auto_run: False # If True, code will run without asking for confirmation
1419
# safe_mode: "off" # The safety mode for the LLM — one of "off", "ask", "auto"
1520
# offline: False # If True, will disable some online features like checking for updates
1621
# verbose: False # If True, will print detailed logs
17-
# multi_line: False # If True, you can input multiple lines starting and ending with ```
22+
# multi_line: False # If True, you can input multiple lines starting and ending with ```
1823

24+
# Documentation
1925
# All options: https://docs.openinterpreter.com/settings

0 commit comments

Comments
 (0)