We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01be038 commit 1268db5Copy full SHA for 1268db5
webview-ui/src/utils/validate.ts
@@ -1,9 +1,4 @@
1
-import {
2
- ApiConfiguration,
3
- glamaDefaultModelId,
4
- openRouterDefaultModelId,
5
- unboundDefaultModelId,
6
-} from "../../../src/shared/api"
+import { ApiConfiguration, glamaDefaultModelId, openRouterDefaultModelId, unboundDefaultModelId } from "../../../src/shared/api"
7
import { ModelInfo } from "../../../src/shared/api"
8
export function validateApiConfiguration(apiConfiguration?: ApiConfiguration): string | undefined {
9
if (apiConfiguration) {
0 commit comments