mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 19:04:27 -04:00
[PR #526] [MERGED] Add support for older chat input schemas to chat playground #596
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langserve/pull/526
Author: @jacoblee93
Created: 3/11/2024
Status: ✅ Merged
Merged: 3/11/2024
Merged by: @jacoblee93
Base:
main← Head:jacob/legacy_chat📝 Commits (4)
aa9a7d6Add support for older chat input schemas to chat playground7760033Lint38721acRemove CORS from examples89f27ddLint📊 Changes
10 files changed (+178 additions, -57 deletions)
View changed files
📝
CONTRIBUTING.md(+29 -0)📝
README.md(+8 -2)➕
examples/chat_playground/legacy_input/server.py(+56 -0)📝
examples/chat_playground/server.py(+0 -12)➕
langserve/chat_playground/dist/assets/index-434ff580.css(+1 -0)➖
langserve/chat_playground/dist/assets/index-b47ed17e.css(+0 -1)📝
langserve/chat_playground/dist/assets/index-d9089d96.js(+24 -24)📝
langserve/chat_playground/dist/index.html(+2 -2)📝
langserve/chat_playground/src/App.tsx(+35 -12)📝
langserve/chat_playground/src/components/ChatWindow.tsx(+23 -4)📄 Description
CC @eyurtsev @efriis
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.