Now you can set up Custom JSON model parameters for AI Agents!Documentation Index
Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
Use this file to discover all available pages before exploring further.
🚀 What’s New?
This allows you to set up custom parameters that are not available in the app.- Custom parameters are added to the request body of the API call
- This setting may overrides some of the available parameter settings if the parameter name matches.
- Make sure that the model you are using supports the parameters you are adding
{ "max_tokens": 2000 }
