"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "eb5ed905eb33bf1fc6ecf20df752042d7bd9f7bf"
Commit ea690876 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 331941db
......@@ -79,7 +79,9 @@
meta: {
...info.meta,
profile_image_url: info.meta.profile_image_url ?? '/favicon.png',
suggestion_prompts: info.meta.suggestion_prompts.filter((prompt) => prompt.content !== '')
suggestion_prompts: info.meta.suggestion_prompts
? info.meta.suggestion_prompts.filter((prompt) => prompt.content !== '')
: null
},
params: { ...info.params, ...params }
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment