cleanup
This commit is contained in:
parent
f6a6241b66
commit
9e01e1bfb0
1 changed files with 7 additions and 6 deletions
|
|
@ -8,9 +8,13 @@ import Admonition from "@theme/Admonition";
|
|||
|
||||
In Langflow 1.0 alpha, the **Playground** replaces the **Integration Window**.
|
||||
|
||||
The **Playground** offers an interface for interacting with chat flows.
|
||||
The **Playground** provides an interface for interacting with flows without opening them in the flow editor.
|
||||
|
||||
1. To use the **Playground**, from your **Collections** page, click **Playground** in one of your flows.
|
||||
It even works for flows hosted on the Langflow store!
|
||||
|
||||
As long as you have a flow's environment variables set, you can run it by clicking the **Playground** button.
|
||||
|
||||
1. From your **Collections** page, click **Playground** in one of your flows.
|
||||
The **Playground** window opens.
|
||||
|
||||
<ZoomableImage
|
||||
|
|
@ -22,7 +26,4 @@ The **Playground** window opens.
|
|||
style={{ width: "50%", maxWidth: "600px", margin: "0 auto" }}
|
||||
/>
|
||||
|
||||
2. Chat with your bot as you normally would.
|
||||
|
||||
The Playground allows you to run flows without opening them in the flow editor.
|
||||
This applies to the Langflow store, too - as long as you have your global environment variables set, you can run flows by clicking the **Playground** button.
|
||||
2. Chat with your bot as you normally would, all without having to open the editor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue