Load models.dev snapshot from build global (#28077)

This commit is contained in:
Dax 2026-05-17 21:59:44 -04:00 committed by GitHub
commit e85119aa64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 28 additions and 71766 deletions

View file

@ -1,7 +1,7 @@
import { DateTime, Effect } from "effect"
import { Catalog } from "../catalog"
import { ModelV2 } from "../model"
import { ModelsDev } from "../models"
import { ModelsDev } from "../models-dev"
import { PluginV2 } from "../plugin"
import { ProviderV2 } from "../provider"