VisionLanguageOptions Struct
Options for genai::graphs::VisionLanguage(...). More...
Declaration
struct simaai::neat::genai::VisionLanguageOptions { ... }
Included Headers
#include <GenAIOptions.h>
Public Member Attributes Index
| std::string | system_prompt |
| std::uint32_t | max_new_tokens = 0 |
| bool | streaming = true |
| bool | encode_images_on_input = true |
Description
Options for genai::graphs::VisionLanguage(...).
Definition at line 13 of file GenAIOptions.h.
Public Member Attributes
encode_images_on_input
|
Definition at line 17 of file GenAIOptions.h.
17 bool encode_images_on_input = true;
max_new_tokens
|
Definition at line 15 of file GenAIOptions.h.
15 std::uint32_t max_new_tokens = 0;
streaming
|
Definition at line 16 of file GenAIOptions.h.
system_prompt
|
Definition at line 14 of file GenAIOptions.h.
14 std::string system_prompt;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.