Function
model
(
model: (string & {}) | Model,
config?: Omit<Config.Service, "model">
)
Source from the content-addressed store, hash-verified
| 167 | * @category AiModel |
| 168 | */ |
| 169 | export const model = ( |
| 170 | model: (string & {}) | Model, |
| 171 | config?: Omit<Config.Service, "model"> |
| 172 | ): AiModel.Model<"google", LanguageModel.LanguageModel, GoogleClient> => |
| 173 | AiModel.make("google", layer({ model, config })) |
| 174 | |
| 175 | /** |
| 176 | * @since 1.0.0 |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…