mirror of
https://github.com/open-webui/open-webui
synced 2025-04-05 21:26:48 +00:00
chore: format
This commit is contained in:
parent
16a8eebd8d
commit
c147147001
@ -17,7 +17,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": ["Show me a code snippet", "of a website's sticky header"],
|
"title": ["Show me a code snippet", "of a website's sticky header"],
|
||||||
],
|
|
||||||
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
|
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -92,7 +92,9 @@
|
|||||||
toast.success($i18n.t('Server connection verified'));
|
toast.success($i18n.t('Server connection verified'));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
({ AUTOMATIC1111_BASE_URL,AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(localStorage.token));
|
({ AUTOMATIC1111_BASE_URL, AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(
|
||||||
|
localStorage.token
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -293,7 +295,7 @@
|
|||||||
href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13993"
|
href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/13993"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
{$i18n.t('(e.g. `sh webui.sh --api --api-auth username_password`)').replace('_',':')}
|
{$i18n.t('(e.g. `sh webui.sh --api --api-auth username_password`)').replace('_', ':')}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{:else if imageGenerationEngine === 'comfyui'}
|
{:else if imageGenerationEngine === 'comfyui'}
|
||||||
|
Loading…
Reference in New Issue
Block a user