mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: version bump
This commit is contained in:
@@ -9,7 +9,7 @@ import { TTS_RESPONSE_SPLIT } from '$lib/types';
|
||||
//////////////////////////
|
||||
|
||||
function escapeRegExp(string: string): string {
|
||||
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
||||
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
||||
}
|
||||
|
||||
export const replaceTokens = (content, sourceIds, char, user) => {
|
||||
|
||||
Reference in New Issue
Block a user