File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -122,22 +122,6 @@ open-data-scientist --executor tci --model "meta-llama/Meta-Llama-3.1-405B-Instr
122
122
- ** Directory specified** : Validates the path exists and uploads all supported file types
123
123
- ** Interactive confirmation** : Always asks before uploading files to ensure you know what's being shared
124
124
125
- #### Examples
126
-
127
- ``` bash
128
- # Quick start - analyze data in current folder
129
- open-data-scientist
130
-
131
- # Use cloud execution for better performance
132
- open-data-scientist --executor tci
133
-
134
- # Analyze specific dataset with custom settings
135
- open-data-scientist --data-dir ./sales_data --iterations 25 --model " deepseek-ai/DeepSeek-V3"
136
-
137
- # Continue previous session
138
- open-data-scientist --session-id " your-session-id"
139
- ```
140
-
141
125
### 🐍 Python API
142
126
143
127
For programmatic usage, you can also use the Python API directly:
@@ -230,7 +214,7 @@ result = agent.run("""
230
214
231
215
3 . ** Verify service is running:**
232
216
``` bash
233
- curl http://localhost:8000 /health
217
+ curl http://localhost:8123 /health
234
218
```
235
219
236
220
4 . ** View logs (optional):**
You can’t perform that action at this time.
0 commit comments