mirror of https://github.com/open-webui/open-webui
Added the capabilities for websearch, codeexecution and imagegenertation
This commit is contained in:
parent
323f7abbb2
commit
713573630c
|
@ -77,7 +77,10 @@
|
|||
let capabilities = {
|
||||
vision: true,
|
||||
usage: undefined,
|
||||
citations: true
|
||||
citations: true,
|
||||
websearch: true,
|
||||
codeexecution: true,
|
||||
imagegeneration: true,
|
||||
};
|
||||
|
||||
let knowledge = [];
|
||||
|
|
Loading…
Reference in New Issue