Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to chat-py

Thanks for your interest. This repo is a Python port of [`vercel/chat`](https://github.com/vercel/chat) maintained by [Desplega Labs](https://desplega.ai/labs). We keep the Python API as close to upstream as Python allows.
Thanks for your interest. This repo is a Python port of [`vercel/chat`](https://github.com/vercel/chat) maintained by [Desplega Labs](https://desplega.sh?utm_source=github_chat-py). We keep the Python API as close to upstream as Python allows.

## Ground rules

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A lot of modern agent and backend work — LangGraph, DSPy, CrewAI, FastAPI serv
2. **Cross-language consistency.** Teams mixing Python and TypeScript services can use the same bot primitives in both.
3. **Batteries included for the Python ecosystem.** `uv`-native workspace, async everywhere, `pydantic`-compatible data classes, FastAPI / Starlette / aiohttp examples.

`chat-py` is maintained by [Desplega Labs](https://desplega.ai/labs) as an independent port — not affiliated with Vercel. We track upstream closely and contribute fixes back where relevant.
`chat-py` is maintained by [Desplega Labs](https://desplega.sh?utm_source=github_chat-py) as an independent port — not affiliated with Vercel. We track upstream closely and contribute fixes back where relevant.

## Installation

Expand Down
Loading