We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c044179 commit 2f40865Copy full SHA for 2f40865
interpreter/terminal_interface/validate_llm_settings.py
@@ -72,8 +72,8 @@ def validate_llm_settings(interpreter):
72
"""
73
74
**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`
+ MacOS: `echo 'export OPENAI_API_KEY=your_api_key' >> ~/.zshrc`
+ Linux: `echo 'export OPENAI_API_KEY=your_api_key' >> ~/.bashrc`
77
Windows: `setx OPENAI_API_KEY your_api_key`
78
79
---"""
0 commit comments