Skip to content

Commit 99e4f9a

Browse files
authored
Merge pull request #1339 from JSee98/OI-1338-fix-tip-for-missing-api-key
updated markdown message for tip
2 parents b6a64a4 + 57af1c8 commit 99e4f9a

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)