Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19e02f1

Browse files
committed
docs: Add link to function calling notebook
1 parent de2e2bc commit 19e02f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/server.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Then when you run the server you'll need to also specify the `functionary-7b-v1`
7777
python3 -m llama_cpp.server --model <model_path> --chat_format functionary
7878
```
7979

80+
Check out the example notebook [here](https://github.com/abetlen/llama-cpp-python/blob/main/examples/notebooks/Functions.ipynb) for a walkthrough of some interesting use cases for function calling.
81+
8082
### Multimodal Models
8183

8284
`llama-cpp-python` supports the llava1.5 family of multi-modal models which allow the language model to

0 commit comments

Comments
 (0)