Added the capabilities for websearch, codeexecution and imagegenertation

This commit is contained in:
fwasmeier 2025-03-12 14:15:11 +01:00
parent 323f7abbb2
commit 713573630c
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@
let capabilities = {
vision: true,
usage: undefined,
citations: true
citations: true,
websearch: true,
codeexecution: true,
imagegeneration: true,
};
let knowledge = [];