mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
Update using_guidance.md (#2901)
deletes one copy of a sentence that repeated twice
This commit is contained in:
parent
83624a07be
commit
2e22164d4a
@ -187,8 +187,6 @@ In addition to the grammar parameter, we've also introduced a set of tools and f
|
||||
|
||||
Tools are a set of user defined functions that can be used in tandem with the chat functionality to enhance the LLM's capabilities. Functions, similar to grammar are defined as JSON schema and can be passed as part of the parameters to the Messages API.
|
||||
|
||||
Functions, similar to grammar are defined as JSON schema and can be passed as part of the parameters to the Messages API.
|
||||
|
||||
```json
|
||||
curl localhost:3000/v1/chat/completions \
|
||||
-X POST \
|
||||
|
Loading…
Reference in New Issue
Block a user