Skip to content

Commit 71414b0

Browse files
committed
grammar and formatting
1 parent 4e97cd7 commit 71414b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/NCU_MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All stateless LLM attributes have been moved to `interpreter.llm`:
3838
- `interpreter.api_version``interpreter.llm.api_version`
3939
- `interpreter.api_base``interpreter.llm.api_base`
4040

41-
This is reflected **1)** in Python applications using Open Interpreter and **2)** in your profiles file for OI's terminal interface, which can be edited via `interpreter --profiles`.
41+
This is reflected **1)** in Python applications using Open Interpreter and **2)** in your profile for OI's terminal interface, which can be edited via `interpreter --profiles`.
4242

4343
## New Static Messages Structure
4444

docs/guides/basic-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ interpreter.messages = messages
101101

102102
### Configure Default Settings
103103

104-
We save default settings to a profile file which can be edited by running the following command:
104+
We save default settings to the `default.yaml` profile which can be opened and edited by running the following command:
105105

106106
```shell
107107
interpreter --profiles

docs/usage/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ interpreter.messages = messages
102102

103103
### Configure Default Settings
104104

105-
We save default settings to a profile file which can be edited by running the following command:
105+
We save default settings to a profile which can be edited by running the following command:
106106

107107
```shell
108108
interpreter --profiles

0 commit comments

Comments
 (0)