Skip to content

Commit b1f62c0

Browse files
monkeyjack123Kerry Botfreddyaboulton
authored
Docs: replace broken chatbot Spaces links in guides (#12971)
* docs: replace broken chatbot spaces links in guides\n\nFixes #12838 * better example --------- Co-authored-by: Kerry Bot <kerry-bot@users.noreply.github.com> Co-authored-by: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com>
1 parent 8523c89 commit b1f62c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

guides/05_chatbots/04_creating-a-custom-chatbot-with-blocks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to Create a Custom Chatbot with Gradio Blocks
22

33
Tags: NLP, TEXT, CHAT
4-
Related spaces: https://huggingface.co/spaces/gradio/chatbot_streaming, https://huggingface.co/spaces/project-baize/Baize-7B,
4+
Related spaces: https://huggingface.co/spaces/gradio/chatbot_streaming, https://huggingface.co/spaces/gradio/chatbot_examples,
55

66
## Introduction
77

@@ -88,5 +88,5 @@ $demo_chatbot_multimodal
8888

8989
And you're done! That's all the code you need to build an interface for your chatbot model. Finally, we'll end our Guide with some links to Chatbots that are running on Spaces so that you can get an idea of what else is possible:
9090

91-
- [project-baize/Baize-7B](https://huggingface.co/spaces/project-baize/Baize-7B): A stylized chatbot that allows you to stop generation as well as regenerate responses.
92-
- [MAGAer13/mPLUG-Owl](https://huggingface.co/spaces/MAGAer13/mPLUG-Owl): A multimodal chatbot that allows you to upvote and downvote responses.
91+
- [gradio/chatbot_streaming](https://huggingface.co/spaces/gradio/chatbot_streaming): A streaming chatbot demo built with `gr.Chatbot` and Blocks.
92+
- [gradio/chatbot_examples](https://huggingface.co/spaces/gradio/chatbot_examples): A chatbot that presents new visitors with a list of multimodal examples they can use to start the conversation.

guides/cn/07_other-tutorials/creating-a-chatbot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 如何创建一个聊天机器人
22

33
Tags: NLP, TEXT, CHAT
4-
Related spaces: https://huggingface.co/spaces/gradio/chatbot_streaming, https://huggingface.co/spaces/project-baize/Baize-7B,
4+
Related spaces: https://huggingface.co/spaces/gradio/chatbot_streaming, https://huggingface.co/spaces/gradio/chatinterface_artifacts,
55

66
## 简介
77

@@ -78,5 +78,5 @@ $demo_chatbot_multimodal
7878

7979
你完成了!这就是构建聊天机器人模型界面所需的所有代码。最后,我们将结束我们的指南,并提供一些在 Spaces 上运行的聊天机器人的链接,以让你了解其他可能性:
8080

81-
- [project-baize/Baize-7B](https://huggingface.co/spaces/project-baize/Baize-7B):一个带有停止生成和重新生成响应功能的样式化聊天机器人
82-
- [MAGAer13/mPLUG-Owl](https://huggingface.co/spaces/MAGAer13/mPLUG-Owl):一个多模态聊天机器人,允许您对响应进行投票
81+
- [gradio/chatbot_streaming](https://huggingface.co/spaces/gradio/chatbot_streaming):一个使用 `gr.Chatbot` 和 Blocks 构建的流式聊天机器人示例
82+
- [gradio/chatinterface_artifacts](https://huggingface.co/spaces/gradio/chatinterface_artifacts):一个展示更丰富消息内容与 artifact 风格响应的 ChatInterface 示例

0 commit comments

Comments
 (0)