schema_version = 1 name = "Ollama Base FIM" description = "Ollama native /api/generate FIM request body. Abstract — extend it and set model." abstract = true provider_instance = "Ollama (Native)" endpoint = "/api/generate" [body] stream = true system = """{% if existsIn(ctx, "system_prompt") %}{{ tojson(ctx.system_prompt) }}{% endif %}""" prompt = """{{ tojson(ctx.prefix) }}""" suffix = """{% if existsIn(ctx, "suffix") %}{{ tojson(ctx.suffix) }}{% endif %}"""