Update README.md
Browse files
README.md
CHANGED
|
@@ -193,6 +193,7 @@ def parse_response(text: str) -> str | dict[str, any]:
|
|
| 193 |
return json.loads(matches[0])
|
| 194 |
return text
|
| 195 |
```
|
|
|
|
| 196 |
|
| 197 |
## Limitations
|
| 198 |
|
|
|
|
| 193 |
return json.loads(matches[0])
|
| 194 |
return text
|
| 195 |
```
|
| 196 |
+
More details can be found [here](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct/blob/main/instructions_function_calling.md)
|
| 197 |
|
| 198 |
## Limitations
|
| 199 |
|