andthattoo commited on
Commit
f1b9e61
·
verified ·
1 Parent(s): b2682bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ If using dria_agent, system prompts and tooling work out of the box—no extra s
111
 
112
  You can use Tiny-Agent-a-3B directly with transformers:
113
 
114
- ````
115
  import json
116
  from typing import Any, Dict, List
117
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
111
 
112
  You can use Tiny-Agent-a-3B directly with transformers:
113
 
114
+ ````python
115
  import json
116
  from typing import Any, Dict, List
117
  from transformers import AutoModelForCausalLM, AutoTokenizer