mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Merge pull request #14857 from Classic298/feat/code-interpreter-url-param
feat: Enable Code Interpreter using URL Parameter
This commit is contained in:
commit
37658e06a2
@ -803,6 +803,10 @@
|
|||||||
imageGenerationEnabled = true;
|
imageGenerationEnabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($page.url.searchParams.get('code-interpreter') === 'true') {
|
||||||
|
codeInterpreterEnabled = true;
|
||||||
|
}
|
||||||
|
|
||||||
if ($page.url.searchParams.get('tools')) {
|
if ($page.url.searchParams.get('tools')) {
|
||||||
selectedToolIds = $page.url.searchParams
|
selectedToolIds = $page.url.searchParams
|
||||||
.get('tools')
|
.get('tools')
|
||||||
|
Loading…
Reference in New Issue
Block a user