From 2bb97f8ba2b95d3383aeeced865da11ddfb3f40a Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:09:51 -0500 Subject: [PATCH] chore: update discord link (#838) * Update pyproject.toml Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> * Update pyproject.toml Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> * Update pyproject.toml Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> * Update pyproject.toml Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --------- Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- openllm-client/pyproject.toml | 2 +- openllm-core/pyproject.toml | 2 +- openllm-python/pyproject.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"