Language Models
AgentBuilder
Use this node to generate AI agent prompts with specific tasks and rules.
This node creates an AI agent prompt using a template. It allows for the generation of specific AI prompts based on predefined tasks and rules, facilitating the creation of customized AI interactions.
Inputs: None Outputs: String
TextCompletion
This node sends a prompt to a text completion model. It leverages NLP models to generate text based on the given input, useful for applications like chatbots, content generation, and more.
Inputs: Text Outputs: Text
Models:
mistralai/Mistral-7B-v0.1
HuggingFaceH4/zephyr-7b-beta
tiiuae/falcon-7b-instruct
EleutherAI/pythia-2.8b
GPT
This node sends a prompt to GPT models for text generation. It is designed to interact with various GPT models to produce text outputs based on the provided inputs, ideal for sophisticated text generation tasks.
Inputs: String (prompt) Outputs: Image (response)
Models:
gpt-4
gpt-3.5-turbo-0125
gpt-3.5-turbo-instruct
davinci-002
Last updated
Was this helpful?