Skip to content

Commit 0076e71

Browse files
committed
test(ui): add cognima to model validation tests
1 parent 3e179b6 commit 0076e71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { ModelInfo } from "../model.js"
2-
31
export type CognimaModelId = string
42

53
export const cognimaDefaultModelId: CognimaModelId = "gpt-4o"

webview-ui/src/utils/__tests__/validate.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ describe("Model Validation Functions", () => {
4444
"vercel-ai-gateway": {},
4545
huggingface: {},
4646
roo: {},
47+
cognima: {},
4748
}
4849

4950
const allowAllOrganization: OrganizationAllowList = {

0 commit comments

Comments
 (0)