This commit is contained in:
IndieKKY
2024-10-05 20:03:02 +08:00
parent b283695b02
commit d52231227e
33 changed files with 44 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
import {DEFAULT_SERVER_URL_OPENAI} from '../const'
import {DEFAULT_SERVER_URL_OPENAI} from '../consts/const'
const getServerUrl = (serverUrl?: string) => {
if (!serverUrl) {