Default settings can be edited via a profile. To open the file, run:

interpreter --profiles
KeyValue
llm_modelString [“openai/gpt-4”, “openai/local”, “azure/gpt-3.5”]
llm_temperatureFloat [0.0 -> 1.0]
llm_supports_visionBoolean [True/False]
llm_supports_functionsBoolean [True/False]
llm_context_windowInteger [3000]
llm_max_tokensInteger [3000]
llm_api_baseString [“http://ip_address:port”, ”https://openai.com“]
llm_api_keyString [“sk-Your-Key”]
llm_api_versionString [“version-number”]
llm_max_budgetFloat [0.01] #USD $0.01
offlineBoolean [True/False]
visionBoolean [True/False]
auto_runBoolean [True/False]
verboseBoolean [True/False]