AiCon V3 Advanced
Advanced Generation AI focused for more creative and understanding capabilities.
The AiCon V3 Advanced is a generation AI model that is designed to be more creative and have a better understanding of complex content. It is suitable for a wide range of use cases where the content requires creativity and complexity. This model is capable of running complex situational analysis and understanding the context of commands.
Read more at https://docs.worqhat.com/ai-models/text-generation-ai/aicon-v3-textgen
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
conversation_history | Array | This parameter accepts an array of objects. Each object represents a previous interaction in the conversation. This is useful for context-aware content generation. If not provided, the default value is undefined , meaning no conversation history is considered. | |
preserve_history | boolean | This is a flag that indicates whether the conversation history should be preserved for future interactions. If set to true , the conversation history is preserved. If set to false or not provided, the default behavior is not to preserve the conversation history. | |
question | string | This parameter represents the question or prompt for which the content is to be generated. It should be provided as a string. If not provided, the default value is undefined . | |
training_data | string | This parameter represents the training data to be used for generating the content. It should be provided as a string. If not provided, the default value is undefined . | |
randomness | number | This parameter controls the level of randomness in the generated content. It accepts a number between 0 and 1, where 0 means no randomness and 1 means maximum randomness. If not provided, the default value is 0.2 . | |
stream | boolean | This is a flag that indicates whether the response should be streamed or not. If set to true , the response is streamed. If set to false or not provided, the default behavior is not to stream the response. |