langflow/docs/docs/Get-Started/get-started-quickstart.md
Mendon Kissling 1b3785ee95
docs: rename getting-started folder and add redirects (#4813)
* feat: add docusaurus preset for OpenAPI integration

* feat: integrate OpenAPI plugins into Docusaurus configuration

* plugins

* feat: define custom sidebar structure for documentation

* fix-folder-name-and-redirect
2024-11-25 20:26:58 +00:00

2.5 KiB

title sidebar_position slug
Quickstart 2 /get-started-quickstart

Prerequisites

  • Python 3.10 to 3.12 installed
  • pip or pipx installed
  • Before installing Langflow, we recommend creating a virtual environment to isolate your Python dependencies with venv or conda

Create the basic prompting flow

  1. From the Langflow dashboard, click New Flow.

  2. Select Basic Prompting.

  3. The Basic Prompting flow is created.

This flow allows you to chat with the OpenAI component through the Prompt component.

  1. To examine the flow's Prompt component, click on the Template field of the Prompt component.
Answer the user as if you were a pirate.

User: {user_input}

Answer:

The Template instructs the LLM to accept {user_input} and Answer the user as if you were a pirate..

  1. To create an environment variable for the OpenAI component, in the OpenAI API Key field, click the Globe button, and then click Add New Variable.

    1. In the Variable Name field, enter openai_api_key.
    2. In the Value field, paste your OpenAI API Key (sk-...).
    3. Click Save Variable.

Run the Basic Prompting flow

  1. To open the Playground pane, click Playground. This is where you can interact with your AI.
  2. Type a message and press Enter. The bot should respond in a markedly piratical manner!

Modify the prompt for a different result

  1. To modify your prompt results, in the Prompt template, click the Template field. The Edit Prompt window opens.
  2. Change Answer the user as if you were a pirate to a different character, perhaps Answer the user as if you were Hermione Granger.
  3. Run the workflow again. The response will be very different.

Next steps


Well done! You've built your first prompt in Langflow. 🎉

By dragging Langflow components to your workspace, you can create all sorts of interesting behaviors. Here are a couple of examples: