Goodnight7 lewtun HF Staff commited on
Commit
e152e8b
·
unverified ·
1 Parent(s): 8b35696

Update README with new model version and usage instructions (#220)

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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-6 "your prompt"
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**