mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: citations option in model editor
This commit is contained in:
@@ -71,7 +71,8 @@
|
||||
let params = {};
|
||||
let capabilities = {
|
||||
vision: true,
|
||||
usage: undefined
|
||||
usage: undefined,
|
||||
citations: true
|
||||
};
|
||||
|
||||
let knowledge = [];
|
||||
|
||||
Reference in New Issue
Block a user