Skip to content

Commit

Permalink
Add image of playground (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Oct 31, 2023
1 parent 16da208 commit fdcb53e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ adds of these endpoints to the server:

You can find a playground page for your runnable at `/my_runnable/playground`. This exposes a simple UI to [configure](https://python.langchain.com/docs/expression_language/how_to/configure) and invoke your runnable with streaming output and intermediate steps.

![image](https://github.com/langchain-ai/langserve/assets/3205522/5ca56e29-f1bb-40f4-84b5-15916384a276)

## Installation

For both client and server:
Expand Down Expand Up @@ -389,4 +391,4 @@ class FileProcessingRequest(CustomUserType):
file: str = Field(..., extra={"widget": {"type": "base64file"}})
num_chars: int = 100

```
```

0 comments on commit fdcb53e

Please sign in to comment.