Skip to content

Commit 455191d

Browse files
authored
Update README_PYPI.md
1 parent bc6e615 commit 455191d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README_PYPI.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ Open in browser: http://127.0.0.1:8000
5252

5353
You can specify the port if necessary:
5454
```python
55-
ParticleAnalyzer run --port 5000
55+
ParticleAnalyzer run --port 5000
56+
```
57+
58+
Launch with LLM support ([OpenRouter](https://openrouter.ai/settings/keys) API key required):
59+
```python
60+
ParticleAnalyzer run --port 5000 --api-key YOUR_OPENROUTER_API_KEY
61+
```

0 commit comments

Comments
 (0)