Skip to content

Commit a1f7fee

Browse files
authored
Merge pull request #7 from togethercomputer/shang/dev
Shang/dev
2 parents e0198c8 + 641e211 commit a1f7fee

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,6 @@ open-data-scientist --executor tci --model "meta-llama/Meta-Llama-3.1-405B-Instr
122122
- **Directory specified**: Validates the path exists and uploads all supported file types
123123
- **Interactive confirmation**: Always asks before uploading files to ensure you know what's being shared
124124

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-
141125
### 🐍 Python API
142126

143127
For programmatic usage, you can also use the Python API directly:
@@ -230,7 +214,7 @@ result = agent.run("""
230214

231215
3. **Verify service is running:**
232216
```bash
233-
curl http://localhost:8000/health
217+
curl http://localhost:8123/health
234218
```
235219

236220
4. **View logs (optional):**

0 commit comments

Comments
 (0)