Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ output = tokenizer.decode(tokens[:, inputs.shape[-1]:][0], skip_special_tokens=F
|
|
60 |
print(output)
|
61 |
```
|
62 |
|
63 |
-
StableLM 2 12B Chat also supports function
|
64 |
```python
|
65 |
system_prompt = """\
|
66 |
You are a helpful assistant with access to the following functions. You must use them if required -\n
|
|
|
60 |
print(output)
|
61 |
```
|
62 |
|
63 |
+
StableLM 2 12B Chat also supports function calling. The following is an example of how to use it:
|
64 |
```python
|
65 |
system_prompt = """\
|
66 |
You are a helpful assistant with access to the following functions. You must use them if required -\n
|