llama_infill
Generate code completions that fill in missing sections between a given prefix and suffix, enabling efficient code generation within existing code context.
Instructions
Code completion with prefix and suffix context (fill-in-middle)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_prefix | Yes | Code before cursor | |
| input_suffix | Yes | Code after cursor | |
| max_tokens | No | Maximum tokens to generate | |
| temperature | No | Sampling temperature (0-2) | |
| stop | No | Stop sequences |