Skip to content

Commit 12865f7

Browse files
committed
2 parents b130d6c + 455191d commit 12865f7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ You can specify the port if necessary:
7272
```python
7373
ParticleAnalyzer run --port 5000
7474
```
75+
76+
Launch with LLM support ([OpenRouter](https://openrouter.ai/settings/keys) API key required):
77+
```python
78+
ParticleAnalyzer run --port 5000 --api-key YOUR_OPENROUTER_API_KEY
79+
```
80+
7581
## 🛠 Segmentation Optimization Guide
7682
🔧 Core Parameters:
7783
- Model Selection

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)