kobold_generate
Generate text using AI by inputting prompts and adjusting parameters like length, temperature, and repetition penalty. Integrates with Kobold MCP Server for enhanced text generation capabilities.
Instructions
Generate text with KoboldAI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiUrl | No | http://localhost:5001 | |
max_context_length | No | ||
max_length | No | ||
prompt | Yes | ||
repetition_penalty | No | ||
seed | No | ||
stop_sequence | No | ||
temperature | No | ||
top_k | No | ||
top_p | No |