mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
fix: var render (#5857)
* fix: timeselector ui error * var update node * fix: var render * fix: prompt editor * perf: init * fix: retry input * fix: prompt editor * fix: editor
This commit is contained in:
@@ -163,7 +163,7 @@ export const loadRequestMessages = async ({
|
||||
// If imgUrl is a local path, load image from local, and set url to base64
|
||||
if (
|
||||
imgUrl.startsWith('/') ||
|
||||
process.env.MULTIPLE_DATA_TO_BASE64 === 'true' ||
|
||||
process.env.MULTIPLE_DATA_TO_BASE64 !== 'false' ||
|
||||
isInternalAddress(imgUrl)
|
||||
) {
|
||||
const url = await (async () => {
|
||||
|
||||
Reference in New Issue
Block a user