open-interpreter
open-interpreter copied to clipboard
Update Profiles Section of the Documentation
In this update, we have expanded the Profiles section of the Open Interpreter documentation to include details on both YAML and terminal-based configurations.
-
YAML Configuration:
- Added instructions on how to locate the profiles using
interpreter --profiles. - Described the process to duplicate and customize the
default.yamlfile. - Provided the command to run the new profile configuration:
interpreter --profile deepseek.yaml.
- Added instructions on how to locate the profiles using
-
Terminal Configuration:
- Included steps to set the
DEEPSEEK_API_KEYenvironment variable and add it to.zshrc. - Detailed how to reload the Z-Shell and invoke the interpreter with the new environment variable.
- Included steps to set the
These additions offer users a more flexible and comprehensive way to manage their Open Interpreter profiles, catering to different preferences and setups.