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