Skip to content

Commit

Permalink
Merge pull request #1339 from JSee98/OI-1338-fix-tip-for-missing-api-key
Browse files Browse the repository at this point in the history
updated markdown message for tip
  • Loading branch information
KillianLucas authored Jul 15, 2024
2 parents b6a64a4 + 57af1c8 commit 99e4f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interpreter/terminal_interface/validate_llm_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def validate_llm_settings(interpreter):
"""
**Tip:** To save this key for later, run one of the following and then restart your terminal.
MacOS: `echo '\\nexport OPENAI_API_KEY=your_api_key' >> ~/.zshrc`
Linux: `echo '\\nexport OPENAI_API_KEY=your_api_key' >> ~/.bashrc`
MacOS: `echo 'export OPENAI_API_KEY=your_api_key' >> ~/.zshrc`
Linux: `echo 'export OPENAI_API_KEY=your_api_key' >> ~/.bashrc`
Windows: `setx OPENAI_API_KEY your_api_key`
---"""
Expand Down

0 comments on commit 99e4f9a

Please sign in to comment.