diff --git a/openllm-client/pyproject.toml b/openllm-client/pyproject.toml index 38e60c9e..70b85852 100644 --- a/openllm-client/pyproject.toml +++ b/openllm-client/pyproject.toml @@ -58,7 +58,7 @@ name = "openllm-client" requires-python = ">=3.8" [project.urls] Blog = "https://modelserving.com" -Chat = "https://discord.gg/openllm" +Chat = "https://l.bentoml.com/join-openllm-discord" Documentation = "https://github.com/bentoml/OpenLLM/blob/main/openllm-client/README.md" GitHub = "https://github.com/bentoml/OpenLLM/blob/main/openllm-client" History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md" diff --git a/openllm-core/pyproject.toml b/openllm-core/pyproject.toml index 8eedb44a..6d566a18 100644 --- a/openllm-core/pyproject.toml +++ b/openllm-core/pyproject.toml @@ -71,7 +71,7 @@ name = "openllm-core" requires-python = ">=3.8" [project.urls] Blog = "https://modelserving.com" -Chat = "https://discord.gg/openllm" +Chat = "https://l.bentoml.com/join-openllm-discord" Documentation = "https://github.com/bentoml/OpenLLM/blob/main/openllm-core/README.md" GitHub = "https://github.com/bentoml/OpenLLM/blob/main/openllm-core" History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md" diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index cbcecb45..f198dbde 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -91,7 +91,7 @@ openllm-playground = "openllm_cli.extension.playground:cli" [project.urls] Blog = "https://modelserving.com" -Chat = "https://discord.gg/openllm" +Chat = "https://l.bentoml.com/join-openllm-discord" Documentation = "https://github.com/bentoml/openllm#readme" GitHub = "https://github.com/bentoml/OpenLLM" History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md" diff --git a/pyproject.toml b/pyproject.toml index 53309e1a..df010b02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ name = "openllm-monorepo" requires-python = ">=3.8" [project.urls] Blog = "https://modelserving.com" -Chat = "https://discord.gg/openllm" +Chat = "https://l.bentoml.com/join-openllm-discord" Documentation = "https://github.com/bentoml/openllm#readme" GitHub = "https://github.com/bentoml/OpenLLM" History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md"