[Deprecated] Create Text Response with PaLM

Generate a text response using Google PaLM 2's text generation API

by @pixies

How to Use

No instructions provided yet. Have questions?
Ask the PixieBrix Community!


Inputs

Name Required Type Description
model string The id of the model to use
prompt string The free-form input text given to the model as a prompt.
integration google/api integration
temperature number Controls the randomness of the output.
candidateCount integer The number of generated response messages to return.

Outputs

Name Required Type Description
candidates array

Related Tags