File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,12 @@ You can specify the port if necessary:
7272``` python
7373ParticleAnalyzer 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
Original file line number Diff line number Diff line change @@ -52,4 +52,10 @@ Open in browser: http://127.0.0.1:8000
5252
5353You 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+ ```
You can’t perform that action at this time.
0 commit comments