Straico
Use Straico's models with your own API Key
Last updated
Was this helpful?
Use Straico's models with your own API Key
Last updated
Was this helpful?
The Straico component allows you to integrate Straico into your flows. You can customize the parameters used by Straico component, and also specify the context of knowledge that the Straico component operates on, as well as provide the input query.
The Straico component UI changes depending on the model selected, as each model has differing available options. You can specify the exact model to run with the "Model" dropdown menu. These models range from Text to Image, GPT Chat and more. See the Parameters table for more information on the available models to use.
The Straico component has the identifier of opa-X, where X represents the instance number of the Straico component.
The Straico component has the following input connections.
From data Loaders/ Data source/Vector DB
This input connection represents the context information for the Straico model
Must originate from a Data Loader/Data Source or VectorDB component.
From Input
This input connection represents the user query for the Straico model.
Must originate from a component that generates a text string as output such as a Python or Text Input component.
Credentials
You can specify to use your own Straico credentials
Type
Options: - Chat - Image
Model (Max 4 Models)
The list of models displayed depends on the customer's credentials. User can choose max 4 models
Prompt
Describe how you want the Straico model to respond. For example, you can specify the role, manner and rules that Straico should adhere to. Also mention the component ID to connect the components.
File URLs (Max 4 links)
This Field applies with Type = Chat Input the File URLs The user can input max 4 links
Youtube URLs (Max 4 links)
This Field applies with Type = Chat Input the YouTube URLs The user can input max 4 links
Variations
This Field applies with Type = Image Input the number of images to generate The user can input max = 4
Size
This Field applies with Type = Image The desired image dimensions. Options: - Square - Landscape - Portrait
Enable caching
This option determines whether the results of the component are cached. This means that on the next run of the Flow, Diaflow will utilize the previous computed component output, as long as the inputs have not changed.
Caching time
Only applicable if the "Enable Caching" option has been enabled. This parameter controls how long Diaflow will wait before automatically clearing the cache.
The Straico component has the following output connections.
To Output
This output connection contains the text result of the Straico component.
Can be connected to any component that accepts a string input.