mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
Update openai-functions.md
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
88d0aa1e40
commit
9e8b34427a
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ The functions calls maps automatically to grammars which are currently supported
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
function:
|
function:
|
||||||
no_grammar: true
|
no_grammar: true
|
||||||
response_regex: "..."
|
response_regex: "..."
|
||||||
```
|
```
|
||||||
|
|
||||||
The response regex have to be a regex with named parameters to allow to scan the function name and the arguments. For instance, consider:
|
The response regex have to be a regex with named parameters to allow to scan the function name and the arguments. For instance, consider:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue