Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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