rikllm commited on
Commit
ef28149
1 Parent(s): 85ca782

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 call usage this is an example how you can 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
 
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