cmpatino commited on
Commit
c48d82f
·
1 Parent(s): 1b310b4

Escape <code> tag in the README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -120,7 +120,7 @@ text = tokenizer.apply_chat_template(
120
 
121
  ### Agentic Usage
122
 
123
- SmolLM3 supports tool calling! Just pass your list of tools under the argument `xml_tools` (for standard tool-calling), or `python_tools` (for calling tools like python functions in a <code> snippet).
124
 
125
  ```python
126
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
120
 
121
  ### Agentic Usage
122
 
123
+ SmolLM3 supports tool calling! Just pass your list of tools under the argument `xml_tools` (for standard tool-calling), or `python_tools` (for calling tools like python functions in a `<code>` snippet).
124
 
125
  ```python
126
  from transformers import AutoModelForCausalLM, AutoTokenizer