|
@@ -1,5 +1,13 @@
|
|
|
import { ApiPath, Google, REQUEST_TIMEOUT_MS } from "@/app/constant";
|
|
import { ApiPath, Google, REQUEST_TIMEOUT_MS } from "@/app/constant";
|
|
|
-import { ChatOptions, getHeaders, LLMApi, LLMModel, LLMUsage } from "../api";
|
|
|
|
|
|
|
+import {
|
|
|
|
|
+ ChatOptions,
|
|
|
|
|
+ getHeaders,
|
|
|
|
|
+ LLMApi,
|
|
|
|
|
+ LLMModel,
|
|
|
|
|
+ LLMUsage,
|
|
|
|
|
+ SpeechOptions,
|
|
|
|
|
+ TranscriptionOptions,
|
|
|
|
|
+} from "../api";
|
|
|
import { useAccessStore, useAppConfig, useChatStore } from "@/app/store";
|
|
import { useAccessStore, useAppConfig, useChatStore } from "@/app/store";
|
|
|
import { getClientConfig } from "@/app/config/client";
|
|
import { getClientConfig } from "@/app/config/client";
|
|
|
import { DEFAULT_API_HOST } from "@/app/constant";
|
|
import { DEFAULT_API_HOST } from "@/app/constant";
|