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 bc6e615 commit 455191dCopy full SHA for 455191d
README_PYPI.md
@@ -52,4 +52,10 @@ Open in browser: http://127.0.0.1:8000
52
53
You can specify the port if necessary:
54
```python
55
-ParticleAnalyzer run --port 5000
+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