forked from open-webui/open-webui
refac: audio
This commit is contained in:
parent
2a10438b4d
commit
710850e442
7 changed files with 133 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
import { config, settings } from '$lib/stores';
|
||||
import { synthesizeOpenAISpeech } from '$lib/apis/openai';
|
||||
import { synthesizeOpenAISpeech } from '$lib/apis/audio';
|
||||
import { imageGenerations } from '$lib/apis/images';
|
||||
import {
|
||||
approximateToHumanReadable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue