Update README with new model version and usage instructions (#220)
Browse files
README.md
CHANGED
|
@@ -50,12 +50,15 @@ ml-intern "fine-tune llama on my dataset"
|
|
| 50 |
**Options:**
|
| 51 |
|
| 52 |
```bash
|
| 53 |
-
ml-intern --model anthropic/claude-opus-4-
|
| 54 |
-
ml-intern --model openai/gpt-5.5 "your prompt"
|
| 55 |
ml-intern --max-iterations 100 "your prompt"
|
| 56 |
ml-intern --no-stream "your prompt"
|
| 57 |
```
|
| 58 |
|
|
|
|
|
|
|
|
|
|
| 59 |
## Sharing Traces
|
| 60 |
|
| 61 |
Every session is auto-uploaded to your **own private Hugging Face dataset**
|
|
|
|
| 50 |
**Options:**
|
| 51 |
|
| 52 |
```bash
|
| 53 |
+
ml-intern --model anthropic/claude-opus-4-7 "your prompt" # requires ANTHROPIC_API_KEY
|
| 54 |
+
ml-intern --model openai/gpt-5.5 "your prompt" # requires OPENAI_API_KEY
|
| 55 |
ml-intern --max-iterations 100 "your prompt"
|
| 56 |
ml-intern --no-stream "your prompt"
|
| 57 |
```
|
| 58 |
|
| 59 |
+
Run `ml-intern` then `/model` to see the full list of suggested model ids
|
| 60 |
+
(Claude, GPT, and HF-router models like MiniMax, Kimi, GLM, DeepSeek).
|
| 61 |
+
|
| 62 |
## Sharing Traces
|
| 63 |
|
| 64 |
Every session is auto-uploaded to your **own private Hugging Face dataset**
|