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 804835b commit f87533bCopy full SHA for f87533b
README.md
@@ -49,7 +49,7 @@ bun run install:agent
49
50
3. Set up your OpenAI API key:
51
```bash
52
-export OPENAI_API_KEY="your-openai-api-key-here"
+echo 'OPENAI_API_KEY=your-openai-api-key-here' > agent/.env
53
```
54
55
4. Start the development server:
0 commit comments