Variable OllamaConfigSchemaConst
OllamaConfigSchema: z.ZodObject< z.objectUtil.extendShape< { maxOutputTokens: z.ZodOptional<z.ZodNumber>; stopSequences: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; temperature: z.ZodOptional<z.ZodNumber>; topK: z.ZodOptional<z.ZodNumber>; topP: z.ZodOptional<z.ZodNumber>; version: z.ZodOptional<z.ZodString>; }, { temperature: z.ZodOptional<z.ZodNumber>; topK: z.ZodOptional<z.ZodNumber>; topP: z.ZodOptional<z.ZodNumber>; }, >, "passthrough", z.ZodTypeAny, z.objectOutputType< z.objectUtil.extendShape< { maxOutputTokens: z.ZodOptional<z.ZodNumber>; stopSequences: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; temperature: z.ZodOptional<z.ZodNumber>; topK: z.ZodOptional<z.ZodNumber>; topP: z.ZodOptional<z.ZodNumber>; version: z.ZodOptional<z.ZodString>; }, { temperature: z.ZodOptional<z.ZodNumber>; topK: z.ZodOptional<z.ZodNumber>; topP: z.ZodOptional<z.ZodNumber>; }, >, z.ZodTypeAny, "passthrough", >, z.objectInputType< z.objectUtil.extendShape< { maxOutputTokens: z.ZodOptional<z.ZodNumber>; stopSequences: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; temperature: z.ZodOptional<z.ZodNumber>; topK: z.ZodOptional<z.ZodNumber>; topP: z.ZodOptional<z.ZodNumber>; version: z.ZodOptional<z.ZodString>; }, { temperature: z.ZodOptional<z.ZodNumber>; topK: z.ZodOptional<z.ZodNumber>; topP: z.ZodOptional<z.ZodNumber>; }, >, z.ZodTypeAny, "passthrough", >,> = ...
Please refer to: https://github.com/ollama/ollama/blob/main/docs/modelfile.md for further information.