SimpleChatTC: Update readme wrt --jinja argument and bit more
This commit is contained in:
parent
a8c8176d09
commit
45d8a00738
|
|
@ -7,7 +7,7 @@ by Humans for All.
|
|||
|
||||
To run from the build dir
|
||||
|
||||
bin/llama-server -m path/model.gguf --path ../tools/server/public_simplechat
|
||||
bin/llama-server -m path/model.gguf --path ../tools/server/public_simplechat --jinja
|
||||
|
||||
Continue reading for the details.
|
||||
|
||||
|
|
@ -68,6 +68,16 @@ next run this web front end in tools/server/public_simplechat
|
|||
* cd ../tools/server/public_simplechat
|
||||
* python3 -m http.server PORT
|
||||
|
||||
### for tool calling
|
||||
|
||||
remember to
|
||||
|
||||
* pass --jinja to llama-server to enable tool calling support from the server ai engine end.
|
||||
|
||||
* enable bTools in the settings page of the client side gui.
|
||||
|
||||
* use a GenAi/LLM model which supports tool calling.
|
||||
|
||||
### using the front end
|
||||
|
||||
Open this simple web front end from your local browser
|
||||
|
|
|
|||
Loading…
Reference in New Issue