mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
Placeholder
This commit is contained in:
parent
31b280f894
commit
632b0b175b
1 changed files with 2 additions and 0 deletions
|
@ -3648,6 +3648,8 @@ json parse_options(bool streaming, const backend::PredictOptions* predict)
|
|||
data["prompt"] = predict->prompt();
|
||||
data["ignore_eos"] = predict->ignoreeos();
|
||||
data["embeddings"] = predict->embeddings();
|
||||
// TODO: add back json_schema and let this be controlled by the user
|
||||
// data["json_schema"] = predict->jsonschema();
|
||||
|
||||
// Add the correlationid to json data
|
||||
data["correlation_id"] = predict->correlationid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue