Skip to content

Commit 2f40865

Browse files
committed
re: remove redundant new line char for the tip
1 parent c044179 commit 2f40865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interpreter/terminal_interface/validate_llm_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def validate_llm_settings(interpreter):
7272
"""
7373
7474
**Tip:** To save this key for later, run one of the following and then restart your terminal.
75-
MacOS: `echo '\\nexport OPENAI_API_KEY=your_api_key' >> ~/.zshrc`
76-
Linux: `echo '\\nexport OPENAI_API_KEY=your_api_key' >> ~/.bashrc`
75+
MacOS: `echo 'export OPENAI_API_KEY=your_api_key' >> ~/.zshrc`
76+
Linux: `echo 'export OPENAI_API_KEY=your_api_key' >> ~/.bashrc`
7777
Windows: `setx OPENAI_API_KEY your_api_key`
7878
7979
---"""

0 commit comments

Comments
 (0)